Package kawa.standard
Class prim_method
java.lang.Object
kawa.lang.Syntax
kawa.standard.prim_method
- All Implemented Interfaces:
gnu.kawa.format.Printable
,Named
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final prim_method
static final prim_method
static final prim_method
static final prim_method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrewrite
(Object obj, Translator tr) Re-write an expression that is an "application" of this Syntax object.Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewriteForm, scanForDefinitions, scanForm, setName, setName
-
Field Details
-
virtual_method
-
static_method
-
interface_method
-
op1
-
-
Constructor Details
-
prim_method
public prim_method(int opcode) -
prim_method
public prim_method()
-
-
Method Details
-
rewrite
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object.
-