All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface openjava.ptree.Expression

public interface Expression
extends Ptree, VariableInitializer
The Expression interface presents common interface to access Expression node of parse tree this interface is implements by UnaryExpression BinaryExpression ConditionalExpression AssignmentExpression CastExpression AllocationExpression ConstructExpression ArrayAllocationExpression AnonymousAllocationExpression QualifiedName MethodCall SpecialName Literal ArrayAccess FieldAccess

See Also:
Ptree, NonLeaf, VariableInitializer


All Packages  Class Hierarchy  This Package  Previous  Next  Index