org.mesopotamia.lang.java
Class ConditionalExpression.TernaryExpression

java.lang.Object
  extended by VisitableBase
      extended by org.mesopotamia.lang.java.ConditionalExpression.TernaryExpression
Enclosing class:
ConditionalExpression

public class ConditionalExpression.TernaryExpression
extends VisitableBase

Represents ternary expression.

Author:
Pavel

Method Summary
protected  void acceptChildren(Visitor visitor)
           
 Expression getCondition()
           
 Expression getFalsePart()
           
 Expression getTruePart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

acceptChildren

protected void acceptChildren(Visitor visitor)

getCondition

public Expression getCondition()

getTruePart

public Expression getTruePart()

getFalsePart

public Expression getFalsePart()


Copyright © 2005 Hammurapi Group. All Rights Reserved.