|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Signature | |
---|---|
js.tinyvm |
Uses of Signature in js.tinyvm |
---|
Methods in js.tinyvm with parameters of type Signature | |
---|---|
boolean |
ClassRecord.hasMethod(Signature aSignature,
boolean aStatic)
(Call only after record has been processed). |
boolean |
PrimitiveClassRecord.hasMethod(Signature aSignature,
boolean aStatic)
(Call only after record has been processed). |
boolean |
Binary.isSpecialSignature(Signature aSig)
|
Method parameters in js.tinyvm with type arguments of type Signature | |
---|---|
void |
ClassRecord.storeMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables,
RecordTable<RecordTable<ExceptionRecord>> aExceptionTables,
HashVector<Signature> aSignatures,
boolean aAll)
|
void |
PrimitiveClassRecord.storeMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables,
RecordTable<RecordTable<ExceptionRecord>> aExceptionTables,
HashVector<Signature> aSignatures,
boolean aAll)
|
void |
ClassRecord.storeOptimizedMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables,
RecordTable<RecordTable<ExceptionRecord>> aExceptionTables,
HashVector<Signature> aSignatures)
|
void |
PrimitiveClassRecord.storeOptimizedMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables,
RecordTable<RecordTable<ExceptionRecord>> aExceptionTables,
HashVector<Signature> aSignatures)
|
Constructors in js.tinyvm with parameters of type Signature | |
---|---|
MethodRecord(Method aEntry,
Signature aSignature,
ClassRecord aClassRec,
Binary aBinary,
RecordTable<RecordTable<ExceptionRecord>> aExceptionTables,
HashVector<Signature> aSignatures)
|
Constructor parameters in js.tinyvm with type arguments of type Signature | |
---|---|
MethodRecord(Method aEntry,
Signature aSignature,
ClassRecord aClassRec,
Binary aBinary,
RecordTable<RecordTable<ExceptionRecord>> aExceptionTables,
HashVector<Signature> aSignatures)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |