Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.mapping.Location
gnu.kawa.reflect.ClassMemberLocation
gnu.kawa.reflect.FieldLocation
gnu.kawa.reflect.StaticFieldLocation
public class StaticFieldLocation
extends FieldLocation
Field Summary |
Fields inherited from class gnu.kawa.reflect.FieldLocation | |
KIND_FLAGS_SET , PROCEDURE , SYNTAX |
Constructor Summary | |
| |
|
Method Summary | |
static StaticFieldLocation |
|
Object |
|
static StaticFieldLocation |
|
static StaticFieldLocation |
|
Methods inherited from class gnu.kawa.reflect.FieldLocation | |
get , getDeclaration , getFType , getField , isBound , isConstant , isIndirectLocation , isProcedureOrSyntax , make , 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)