net.sf.parser4j.kernelgenerator.entity.grammarnode.impl
Class OperandGrammarNode

java.lang.Object
  extended by net.sf.parser4j.kernelgenerator.entity.grammarnode.impl.OperandGrammarNode

public class OperandGrammarNode
extends java.lang.Object

Author:
luc peuvrier

Constructor Summary
OperandGrammarNode()
           
 
Method Summary
 void accept(IGrammarNodeVisitor grammarNodeVisitor)
           
 void afterPropertiesSet()
           
 IGrammarNode getGrammarNode()
           
 int getNonTerminalIdentifier()
           
 java.lang.String getNonTerminalName()
           
 boolean isStringToken()
           
 boolean isToken()
           
 boolean isWhiteSpace()
           
 void setGrammarNode(IGrammarNode grammarNode)
           
 void setWhiteSpace(boolean whiteSpace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperandGrammarNode

public OperandGrammarNode()
Method Detail

getGrammarNode

public IGrammarNode getGrammarNode()

setGrammarNode

public void setGrammarNode(IGrammarNode grammarNode)

isWhiteSpace

public boolean isWhiteSpace()

setWhiteSpace

public void setWhiteSpace(boolean whiteSpace)

isToken

public boolean isToken()

isStringToken

public boolean isStringToken()

getNonTerminalIdentifier

public int getNonTerminalIdentifier()

getNonTerminalName

public java.lang.String getNonTerminalName()

accept

public void accept(IGrammarNodeVisitor grammarNodeVisitor)
            throws GrammarNodeVisitException
Throws:
GrammarNodeVisitException

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.