| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.mapping.Locationgnu.kawa.reflect.ClassMemberLocationgnu.kawa.reflect.FieldLocationgnu.kawa.reflect.StaticFieldLocationpublic class StaticFieldLocationextends FieldLocationField Summary |
Fields inherited from class gnu.kawa.reflect.FieldLocation | |
KIND_FLAGS_SET, PROCEDURE, SYNTAX | |
Constructor Summary | |
| |
| |
Method Summary | |
static StaticFieldLocation |
|
Object |
|
static StaticFieldLocation |
|
Methods inherited from class gnu.kawa.reflect.FieldLocation | |
get, getDeclaration, getFType, getField, isBound, isConstant, isIndirectLocation, isProcedureOrSyntax, make, set, setDeclaration, setProcedure, setSyntax, toString | |
Methods inherited from class gnu.kawa.reflect.ClassMemberLocation | |
define, defineAll, get, getDeclaringClass, getInstance, getMemberName, getRField, isBound, isConstant, set, setInstance | |
Methods inherited from class gnu.mapping.Location | |
entered, get, get, getBase, getKeyProperty, getKeySymbol, getValue, isBound, isConstant, make, make, make, print, set, setRestore, setValue, setWithSave, toString, undefine | |
public static StaticFieldLocation define(Environment environ, Symbol sym, Object property, String cname, String fname)