org.duelengine.duel.ast
Class MarkupExpressionNode

java.lang.Object
  extended by org.duelengine.duel.ast.DuelNode
      extended by org.duelengine.duel.ast.BlockNode
          extended by org.duelengine.duel.ast.CodeBlockNode
              extended by org.duelengine.duel.ast.MarkupExpressionNode

public class MarkupExpressionNode
extends CodeBlockNode


Nested Class Summary
 
Nested classes/interfaces inherited from class org.duelengine.duel.ast.CodeBlockNode
CodeBlockNode.ArgList
 
Field Summary
static String BEGIN
           
static String END
           
 
Constructor Summary
MarkupExpressionNode(String expression)
           
MarkupExpressionNode(String expression, int index, int line, int column)
           
 
Method Summary
 String getClientCode()
           
 
Methods inherited from class org.duelengine.duel.ast.CodeBlockNode
formatParamList, getArgSize, getParamList
 
Methods inherited from class org.duelengine.duel.ast.BlockNode
equals, getBegin, getEnd, getValue, hashCode, setValue, toString
 
Methods inherited from class org.duelengine.duel.ast.DuelNode
getColumn, getIndex, getLine, getParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BEGIN

public static final String BEGIN
See Also:
Constant Field Values

END

public static final String END
See Also:
Constant Field Values
Constructor Detail

MarkupExpressionNode

public MarkupExpressionNode(String expression,
                            int index,
                            int line,
                            int column)

MarkupExpressionNode

public MarkupExpressionNode(String expression)
Method Detail

getClientCode

public String getClientCode()
Specified by:
getClientCode in class CodeBlockNode


Copyright © 2012. All Rights Reserved.