Uses of Class
com.sun.tools.corba.ee.idl.constExpr.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl declared as ExpressionModifier and TypeFieldDescriptionprivate Expression
SequenceEntry._maxSize
private Expression
StringEntry._maxSize
private Expression
ConstEntry._value
Fields in com.sun.tools.corba.ee.idl with type parameters of type ExpressionModifier and TypeFieldDescriptionUnionBranch.labels
A vector of Expression's, one for each label in the order in which they appear in the IDL file.Methods in com.sun.tools.corba.ee.idl that return ExpressionModifier and TypeMethodDescriptionprivate Expression
Parser.addExpr
(Expression e, SymtabEntry entry) private Expression
Parser.andExpr
(Expression e, SymtabEntry entry) private Expression
Preprocessor.andExpr
(Expression e, SymtabEntry entry) (package private) Expression
Preprocessor.booleanConstExpr
(SymtabEntry entry) (package private) Expression
Parser.constExp
(SymtabEntry entry) private Expression
Preprocessor.definedExpr
(SymtabEntry entry) private Expression
Preprocessor.equalityExpr
(Expression e, SymtabEntry entry) (package private) Expression
Parser.literal
(SymtabEntry entry) private Expression
SequenceEntry.maxSize()
the constant expression defining the maximum size of the sequence.StringEntry.maxSize()
The constant expression defining the maximum size of the string.private Expression
Parser.multExpr
(Expression e, SymtabEntry entry) private Expression
Preprocessor.notExpr
(SymtabEntry entry) private Expression
Parser.orExpr
(Expression e, SymtabEntry entry) private Expression
Preprocessor.orExpr
(Expression e, SymtabEntry entry) private Expression
Parser.positiveIntConst
(SymtabEntry entry) private Expression
Parser.primaryExpr
(SymtabEntry entry) (package private) Expression
Preprocessor.primaryExpr
(SymtabEntry entry) private Expression
Parser.shiftExpr
(Expression e, SymtabEntry entry) private Expression
Parser.stringLiteral()
private Expression
Parser.stringType2
(SymtabEntry entry) private Expression
Parser.unaryExpr
(SymtabEntry entry) ConstEntry.value()
private Expression
Parser.xorExpr
(Expression e, SymtabEntry entry) Methods in com.sun.tools.corba.ee.idl with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
TypedefEntry.addArrayInfo
(Expression e) private Expression
Parser.addExpr
(Expression e, SymtabEntry entry) private Expression
Parser.andExpr
(Expression e, SymtabEntry entry) private Expression
Preprocessor.andExpr
(Expression e, SymtabEntry entry) private Expression
Preprocessor.equalityExpr
(Expression e, SymtabEntry entry) (package private) boolean
UnionEntry.has
(Expression label) void
SequenceEntry.maxSize
(Expression expr) the constant expression defining the maximum size of the sequence.void
StringEntry.maxSize
(Expression expr) The constant expression defining the maximum size of the string.private Expression
Parser.multExpr
(Expression e, SymtabEntry entry) private Expression
Parser.orExpr
(Expression e, SymtabEntry entry) private Expression
Preprocessor.orExpr
(Expression e, SymtabEntry entry) private Expression
Parser.shiftExpr
(Expression e, SymtabEntry entry) void
ConstEntry.value
(Expression newValue) private void
Parser.verifyCharacter
(Expression e, SymtabEntry t) private void
Parser.verifyConstType
(Expression e, SymtabEntry t) private void
Parser.verifyString
(Expression e, SymtabEntry t) private Expression
Parser.xorExpr
(Expression e, SymtabEntry entry) -
Uses of Expression in com.sun.tools.corba.ee.idl.constExpr
Subclasses of Expression in com.sun.tools.corba.ee.idl.constExprModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This class contains values.class
class
class
Fields in com.sun.tools.corba.ee.idl.constExpr declared as ExpressionModifier and TypeFieldDescriptionprivate Expression
BinaryExpr._left
private Expression
UnaryExpr._operand
private Expression
BinaryExpr._right
Methods in com.sun.tools.corba.ee.idl.constExpr that return ExpressionMethods in com.sun.tools.corba.ee.idl.constExpr with parameters of type ExpressionModifier and TypeMethodDescriptionDefaultExprFactory.and
(Expression left, Expression right) ExprFactory.and
(Expression left, Expression right) DefaultExprFactory.booleanAnd
(Expression left, Expression right) ExprFactory.booleanAnd
(Expression left, Expression right) DefaultExprFactory.booleanNot
(Expression operand) ExprFactory.booleanNot
(Expression operand) DefaultExprFactory.booleanOr
(Expression left, Expression right) ExprFactory.booleanOr
(Expression left, Expression right) DefaultExprFactory.divide
(Expression left, Expression right) ExprFactory.divide
(Expression left, Expression right) DefaultExprFactory.equal
(Expression left, Expression right) ExprFactory.equal
(Expression left, Expression right) DefaultExprFactory.greaterEqual
(Expression left, Expression right) ExprFactory.greaterEqual
(Expression left, Expression right) DefaultExprFactory.greaterThan
(Expression left, Expression right) ExprFactory.greaterThan
(Expression left, Expression right) void
BinaryExpr.left
(Expression left) DefaultExprFactory.lessEqual
(Expression left, Expression right) ExprFactory.lessEqual
(Expression left, Expression right) DefaultExprFactory.lessThan
(Expression left, Expression right) ExprFactory.lessThan
(Expression left, Expression right) DefaultExprFactory.minus
(Expression left, Expression right) ExprFactory.minus
(Expression left, Expression right) DefaultExprFactory.modulo
(Expression left, Expression right) ExprFactory.modulo
(Expression left, Expression right) DefaultExprFactory.negative
(Expression operand) ExprFactory.negative
(Expression operand) DefaultExprFactory.not
(Expression operand) ExprFactory.not
(Expression operand) DefaultExprFactory.notEqual
(Expression left, Expression right) ExprFactory.notEqual
(Expression left, Expression right) void
UnaryExpr.operand
(Expression operand) DefaultExprFactory.or
(Expression left, Expression right) ExprFactory.or
(Expression left, Expression right) DefaultExprFactory.plus
(Expression left, Expression right) ExprFactory.plus
(Expression left, Expression right) DefaultExprFactory.positive
(Expression operand) ExprFactory.positive
(Expression operand) void
BinaryExpr.right
(Expression right) DefaultExprFactory.shiftLeft
(Expression left, Expression right) ExprFactory.shiftLeft
(Expression left, Expression right) DefaultExprFactory.shiftRight
(Expression left, Expression right) ExprFactory.shiftRight
(Expression left, Expression right) DefaultExprFactory.times
(Expression left, Expression right) ExprFactory.times
(Expression left, Expression right) DefaultExprFactory.xor
(Expression left, Expression right) ExprFactory.xor
(Expression left, Expression right) Constructors in com.sun.tools.corba.ee.idl.constExpr with parameters of type ExpressionModifierConstructorDescriptionprotected
And
(Expression leftOperand, Expression rightOperand) BinaryExpr
(String operation, Expression leftOperand, Expression rightOperand) protected
BooleanAnd
(Expression leftOperand, Expression rightOperand) protected
BooleanNot
(Expression operand) protected
BooleanOr
(Expression leftOperand, Expression rightOperand) protected
Divide
(Expression leftOperand, Expression rightOperand) Constructor: set operation and operands.protected
Equal
(Expression leftOperand, Expression rightOperand) protected
GreaterEqual
(Expression leftOperand, Expression rightOperand) protected
GreaterThan
(Expression leftOperand, Expression rightOperand) protected
LessEqual
(Expression leftOperand, Expression rightOperand) protected
LessThan
(Expression leftOperand, Expression rightOperand) protected
Minus
(Expression leftOperand, Expression rightOperand) protected
Modulo
(Expression leftOperand, Expression rightOperand) protected
Negative
(Expression operand) protected
Not
(Expression operand) protected
NotEqual
(Expression leftOperand, Expression rightOperand) protected
Or
(Expression leftOperand, Expression rightOperand) protected
Plus
(Expression leftOperand, Expression rightOperand) protected
Positive
(Expression operand) protected
ShiftLeft
(Expression leftOperand, Expression rightOperand) protected
ShiftRight
(Expression leftOperand, Expression rightOperand) protected
Times
(Expression leftOperand, Expression rightOperand) UnaryExpr
(String operation, Expression unaryOperand) protected
Xor
(Expression leftOperand, Expression rightOperand) -
Uses of Expression in com.sun.tools.corba.ee.idl.toJavaPortable
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ExpressionModifier and TypeMethodDescriptionprivate String
UnionGen.cast
(Expression expr, SymtabEntry type) static String
Util.parseExpression
(Expression e) Method parameters in com.sun.tools.corba.ee.idl.toJavaPortable with type arguments of type ExpressionModifier and TypeMethodDescription(package private) static String
Util.arrayInfo
(Vector<Expression> arrayInfo)