gnu.expr
Class ThisExp
- Named, Printable
Evaluates to the "this" implicit variable.
This is currently neither robust nor general. FIXME!
static String | THIS_NAME - Non-interned name for implicit 'this' variable.
|
apply , apply0 , compile , compile , compileButFirst , compileNotePosition , compileWithPosition , compileWithPosition , eval , eval , getColumn , getFile , getFlag , getFlags , getLine , getType , makeWhile , match0 , print , print , printLineColumn , setFile , setFlag , setFlag , setLine , setLine , setLine , setLine , walk , walkChildren |
apply , apply , apply0 , apply1 , apply2 , apply3 , apply4 , applyN , check0 , check1 , check2 , check3 , check4 , checkArgCount , checkN , getName , getProperty , getSetter , getSymbol , match0 , match1 , match2 , match3 , match4 , matchN , maxArgs , minArgs , name , numArgs , removeProperty , set0 , set1 , setN , setName , setProperty , setProperty , setSetter , setSymbol , toString |
THIS_NAME
public static final String THIS_NAME
Non-interned name for implicit 'this' variable.
getContextScope
public ScopeExp getContextScope()
getType
public final Type getType()
Return the Type used to represent the values of this Expression.
- getType in interface ReferenceExp
isForContext
public final boolean isForContext()
If this is being used to pass the context instance to a Macro.