org.jacorb.idl
Class ConstExprEvaluator.Operator

java.lang.Object
  extended by org.jacorb.idl.ConstExprEvaluator.Operator
Enclosing class:
ConstExprEvaluator

protected static class ConstExprEvaluator.Operator
extends Object


Constructor Summary
ConstExprEvaluator.Operator(String o, int t, int p)
           
 
Method Summary
 String getOperator()
           
 int getPriority()
           
 int getType()
           
 void setOperator(String o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstExprEvaluator.Operator

public ConstExprEvaluator.Operator(String o,
                                   int t,
                                   int p)
Method Detail

getOperator

public String getOperator()

setOperator

public void setOperator(String o)

getType

public int getType()

getPriority

public int getPriority()


Copyright © 2012 JacORB. All Rights Reserved.