|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jltools.ext.jl.ast.Node_c | +--jltools.ext.jl.ast.Expr_c | +--jltools.ext.jl.ast.Lit_c
Lit
represents any Java literal.
Inner classes inherited from class jltools.ext.jl.ast.Node_c |
Node_c.StringCodeWriter |
Fields inherited from class jltools.ext.jl.ast.Expr_c |
type |
Fields inherited from class jltools.ext.jl.ast.Node_c |
ext, position |
Constructor Summary | |
Lit_c(Ext ext,
Position pos)
|
Method Summary | |
abstract java.lang.Object |
objValue()
Get the value of the literal, as an object. |
Precedence |
precedence()
Get the precedence of the expression. |
Methods inherited from class jltools.ext.jl.ast.Expr_c |
buildTypes_, dump, reconstructTypes_, translateSubexpr, type, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jltools.ast.Expr |
type |
Methods inherited from interface jltools.ast.Node |
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren |
Methods inherited from interface jltools.ast.Typed |
type |
Constructor Detail |
public Lit_c(Ext ext, Position pos)
Method Detail |
public abstract java.lang.Object objValue()
Lit
objValue
in interface Lit
public Precedence precedence()
precedence
in interface Expr
precedence
in class Expr_c
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |