org.duelengine.duel.codedom
Class ScriptExpression

java.lang.Object
  extended by org.duelengine.duel.codedom.CodeObject
      extended by org.duelengine.duel.codedom.CodeExpression
          extended by org.duelengine.duel.codedom.ScriptExpression
Direct Known Subclasses:
ScriptPropertyExpression, ScriptVariableReferenceExpression

public abstract class ScriptExpression
extends CodeExpression

A built-in JavaScript concept which must be interpreted


Constructor Summary
ScriptExpression()
           
 
Method Summary
 
Methods inherited from class org.duelengine.duel.codedom.CodeExpression
asStatement, equals, getResultType, hashCode, hasParens, setParens, withParens, withUserData
 
Methods inherited from class org.duelengine.duel.codedom.CodeObject
getUserData, putUserData, toString, visit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptExpression

public ScriptExpression()


Copyright © 2012. All Rights Reserved.