|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gnu.expr.Declaration
|
+--kawa.lang.Syntax
|
+--kawa.standard.prim_method
| Fields inherited from class gnu.expr.Declaration |
context,
firstCall,
flags,
id,
type,
value |
| Constructor Summary | |
prim_method()
|
|
prim_method(int opcode)
|
|
| Method Summary | |
static Type |
exp2Type(java.lang.Object obj,
Translator tr)
|
Expression |
rewrite(java.lang.Object obj,
Translator tr)
Re-write an expression that is an "application" of this Syntax object. |
| Methods inherited from class kawa.lang.Syntax |
print,
rewriteForm,
scanForDefinitions |
| Methods inherited from class gnu.expr.Declaration |
allocateVariable,
assignField,
compileStore,
getCanCall,
getCanRead,
getCanWrite,
getColumn,
getContext,
getFile,
getLine,
getName,
getType,
getValue,
getVariable,
ignorable,
initBinding,
isFluid,
isIndirectBinding,
isLexical,
isPrivate,
isProcedureDecl,
isPublic,
isSimple,
isStatic,
load,
loadOwningObject,
nextDecl,
noteValue,
pushIndirectBinding,
setCanCall,
setCanRead,
setCanWrite,
setFile,
setFlag,
setFluid,
setIndirectBinding,
setLine,
setLine,
setName,
setPrivate,
setProcedureDecl,
setSimple,
setType,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public prim_method(int opcode)
public prim_method()
| Method Detail |
public static Type exp2Type(java.lang.Object obj,
Translator tr)
public Expression rewrite(java.lang.Object obj,
Translator tr)
obj - the arguments to this "application" (i.e. the cdr of
the macro/builtin invokation)tr - the Translator that provides context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||