com.ibm.adt.ovf.ext.qualifier.ast
Class StringValue1
java.lang.Object
com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
com.ibm.adt.ovf.ext.qualifier.ast.StringValue1
- All Implemented Interfaces:
- IASTNodeToken, IConstantValue, IConstList, IStringValue
public class StringValue1
- extends ASTNode
- implements IStringValue
Rule 25: StringValue ::= StringValue STRINGFRAG
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
StringValue1
public StringValue1(IToken leftIToken,
IToken rightIToken,
IStringValue _StringValue)
getStringValue
public IStringValue getStringValue()
getAllChildren
public java.util.ArrayList getAllChildren()
- A list of all children of this node, including the null ones.
- Specified by:
getAllChildren
in class ASTNode
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class ASTNode
hashCode
public int hashCode()
- Overrides:
hashCode
in class ASTNode
accept
public void accept(Visitor v)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Specified by:
accept
in class ASTNode
accept
public void accept(ArgumentVisitor v,
java.lang.Object o)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Specified by:
accept
in class ASTNode
accept
public java.lang.Object accept(ResultVisitor v)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Specified by:
accept
in class ASTNode
accept
public java.lang.Object accept(ResultArgumentVisitor v,
java.lang.Object o)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in interface IConstList
- Specified by:
accept
in class ASTNode
© Copyright 2008 IBM Corp. 2008 All Rights Reserved