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 StaticFieldLocation
static StaticFieldLocation
make
(Declaration decl) static StaticFieldLocation
Methods inherited from class gnu.kawa.reflect.FieldLocation
get, getDeclaration, getField, getFType, isBound, isConstant, isIndirectLocation, isProcedureOrSyntax, make, make, set, setDeclaration, setProcedure, setRestore, setSyntax, setWithSave, toString
Methods 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:
get
in classFieldLocation
-
define
public static StaticFieldLocation define(Environment environ, Symbol sym, Object property, String cname, String fname) -
make
-
make
-