Uses of Class
org.jacorb.idl.ConstExpr

Packages that use ConstExpr
org.jacorb.idl   
 

Uses of ConstExpr in org.jacorb.idl
 

Fields in org.jacorb.idl declared as ConstExpr
 ConstExpr ConstDecl.const_expr
           
 ConstExpr FixedPointType.digit_expr
           
 ConstExpr StringType.max
           
 ConstExpr SequenceType.max
           
 ConstExpr FixedPointType.scale_expr
           
 

Methods in org.jacorb.idl that return ConstExpr
 ConstExpr StringType.getSize()
           
 

Methods in org.jacorb.idl with parameters of type ConstExpr
 void StringType.setSize(ConstExpr max_)