#include <rt_UClassPath.h>
Inheritance diagram for UClassPath:
Public Methods | |
UClassPath () | |
UClassPath (char *setOfPaths) | |
virtual | ~UClassPath () |
virtual JObject* | find (char *) |
void* | operator new (size_t) |
char* | value () |
Protected Methods | |
size_t | countPaths (char *value) |
void | init (char *setOfPaths) |
int | computeLength (char *pathSet, char **table, int num) |
void | expandPWD (char **unexpandedTable, int unexpandedTableLength, char *expandedPathSet) |
Protected Attributes | |
char* | originalPathSet |
char* | mutatedPathSet |
int | pathNum |
char** | accessTable |
|
|
|
|
|
|
|
|
|
Reimplemented in UBootstrapClassPath, and UUserClassPath.
|
|
|
|
|