Package kawa.standard
Class object
java.lang.Object
kawa.lang.Syntax
kawa.standard.object
- All Implemented Interfaces:
gnu.kawa.format.Printable
,Named
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
addAccessFlags
(Object value, long previous, long allowed, String kind, Translator tr) void
rewriteClassDef
(Object[] saved, Translator tr) rewriteForm
(Pair form, Translator tr) Object[]
scanClassDef
(Pair pair, ClassExp oexp, Translator tr) Does the first "scan-time" processing of the class/object definition.
-
Field Details
-
objectSyntax
-
accessKeyword
-
classNameKeyword
-
interfaceKeyword
-
throwsKeyword
-
allocationKeyword
-
-
Constructor Details
-
object
-
-
Method Details
-
rewriteForm
- Overrides:
rewriteForm
in classSyntax
-
scanClassDef
Does the first "scan-time" processing of the class/object definition. Returns an array of values to be used at "rewrite-time". -
rewriteClassDef
-
addAccessFlags
public static long addAccessFlags(Object value, long previous, long allowed, String kind, Translator tr)
-