Package gnu.kawa.reflect
Class StaticFieldLocation
java.lang.Object
gnu.mapping.Location
gnu.kawa.reflect.ClassMemberLocation
gnu.kawa.reflect.FieldLocation
gnu.kawa.reflect.StaticFieldLocation
-
Field Summary
Fields inherited from class gnu.kawa.reflect.FieldLocation
KIND_FLAGS_SET, PROCEDURE, SYNTAX -
Constructor Summary
ConstructorsConstructorDescriptionStaticFieldLocation(ClassType type, String mname) StaticFieldLocation(Field field) StaticFieldLocation(String cname, String fname) -
Method Summary
Modifier and TypeMethodDescriptionstatic StaticFieldLocationstatic StaticFieldLocationmake(Declaration decl) static StaticFieldLocationMethods inherited from class gnu.kawa.reflect.FieldLocation
get, getDeclaration, getField, getFType, isBound, isConstant, isIndirectLocation, isProcedureOrSyntax, make, make, set, setDeclaration, setProcedure, setRestore, setSyntax, setWithSave, toStringMethods inherited from class gnu.kawa.reflect.ClassMemberLocation
define, defineAll, getDeclaringClass, getDeclaringClassname, getInstance, getMemberName, getRClass, getRField, setInstance
-
Constructor Details
-
StaticFieldLocation
-
StaticFieldLocation
-
StaticFieldLocation
-
-
Method Details
-
get
- Overrides:
getin classFieldLocation
-
define
public static StaticFieldLocation define(Environment environ, Symbol sym, Object property, String cname, String fname) -
make
-
make
-