org.codehaus.aspectwerkz.annotation.expression.ast
Class ASTInteger
java.lang.Object
org.codehaus.aspectwerkz.annotation.expression.ast.SimpleNode
org.codehaus.aspectwerkz.annotation.expression.ast.ASTInteger
- All Implemented Interfaces:
- Node
- public class ASTInteger
- extends SimpleNode
Methods inherited from class org.codehaus.aspectwerkz.annotation.expression.ast.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTInteger
public ASTInteger(int id)
ASTInteger
public ASTInteger(AnnotationParser p,
int id)
jjtAccept
public Object jjtAccept(AnnotationParserVisitor visitor,
Object data)
- Description copied from class:
SimpleNode
- Accept the visitor. *
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.