com.ibm.adt.ovf.ext.qualifier.ast
Class BooleanValue0
java.lang.Object
com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
com.ibm.adt.ovf.ext.qualifier.ast.ASTNodeToken
com.ibm.adt.ovf.ext.qualifier.ast.BooleanValue0
- All Implemented Interfaces:
- IASTNodeToken, IBooleanValue, IConstantValue, IConstList
public class BooleanValue0
- extends ASTNodeToken
- implements IBooleanValue
Rule 26: BooleanValue ::= TRUE
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BooleanValue0
public BooleanValue0(IToken token)
accept
public void accept(Visitor v)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Overrides:
accept
in class ASTNodeToken
accept
public void accept(ArgumentVisitor v,
java.lang.Object o)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Overrides:
accept
in class ASTNodeToken
accept
public java.lang.Object accept(ResultVisitor v)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Overrides:
accept
in class ASTNodeToken
accept
public java.lang.Object accept(ResultArgumentVisitor v,
java.lang.Object o)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Overrides:
accept
in class ASTNodeToken
© Copyright 2008 IBM Corp. 2008 All Rights Reserved