| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jeffpalm.scoping.compiler.ast.Node
com.jeffpalm.scoping.compiler.ast.Statement
com.jeffpalm.scoping.compiler.ast.Expression
com.jeffpalm.scoping.compiler.ast.Literal
com.jeffpalm.scoping.compiler.ast.IntegerLiteral
public final class IntegerLiteral
| Field Summary | |
|---|---|
|  int | val | 
| Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node | 
|---|
| pos | 
| Method Summary | |
|---|---|
|  java.lang.Object | toObject() | 
|  void | traverse(IVisitor vis) | 
| Methods inherited from class com.jeffpalm.scoping.compiler.ast.Literal | 
|---|
| whatToPrint | 
| Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node | 
|---|
| toString, typeString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public final int val
| Method Detail | 
|---|
public java.lang.Object toObject()
toObject in class Literalpublic void traverse(IVisitor vis)
traverse in class Node| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||