|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveMethod | |
edu.vub.at.objects.natives | |
edu.vub.at.objects.symbiosis |
Uses of PrimitiveMethod in edu.vub.at.objects.natives |
Fields in edu.vub.at.objects.natives declared as PrimitiveMethod | |
protected static PrimitiveMethod |
OBJLexicalRoot._PRIM_IMPORT_
Imports fields and methods from a given source object. |
protected static PrimitiveMethod |
OBJLexicalRoot._PRIM_IMPORT_ALIAS_
def import: sourceObject alias: [ `oldname -> `newname , ... ] |
protected static PrimitiveMethod |
OBJLexicalRoot._PRIM_IMPORT_EXCLUDE_
def import: sourceObject excludes: [ `name1, `name2, ... ] |
protected static PrimitiveMethod |
OBJLexicalRoot._PRIM_IMPORT_ALIAS_EXCLUDE_
def import: sourceObject alias: [ `oldname -> `newname, ... ] excludes: [ `name1, `name2, ... ] |
private static PrimitiveMethod |
NATObject._PRIM_EQL_
def ==(comparand) { nil } |
private static PrimitiveMethod |
NATObject._PRIM_NEW_
def new(@initargs) { nil } |
private static PrimitiveMethod |
NATObject._PRIM_INI_
def init(@initargs) { nil } |
Uses of PrimitiveMethod in edu.vub.at.objects.symbiosis |
Fields in edu.vub.at.objects.symbiosis declared as PrimitiveMethod | |
private static PrimitiveMethod |
JavaPackage._PRIM_CLS_
def class(name) { nil } |
private static PrimitiveMethod |
JavaPackage._PRIM_PKG_
def package(name) { nil } |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |