Uses of Class
edu.rice.cs.javalanglevels.tree.Primary

Packages that use Primary
edu.rice.cs.javalanglevels   
edu.rice.cs.javalanglevels.parser   
edu.rice.cs.javalanglevels.tree   
 

Uses of Primary in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type Primary
 Void JExpressionIFPrunableDepthFirstVisitor.forPrimaryDoFirst(Primary that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forPrimaryOnly(Primary that)
           
 

Uses of Primary in edu.rice.cs.javalanglevels.parser
 

Methods in edu.rice.cs.javalanglevels.parser that return Primary
 Primary JExprParser.Primary()
           
 Primary JExprParser.PrimaryPrefix()
           
 Primary JExprParser.PrimarySuffix(Primary prefix)
           
 

Methods in edu.rice.cs.javalanglevels.parser with parameters of type Primary
 ArrayInstantiation JExprParser.ComplexArrayInstantiationTail(Primary prefix, Type elementType)
           
 Instantiation JExprParser.ComplexInstantiation(Primary prefix)
          Differentiates between array allocations and anonymous inner class definitions
 Primary JExprParser.PrimarySuffix(Primary prefix)
           
 

Uses of Primary in edu.rice.cs.javalanglevels.tree
 

Subclasses of Primary in edu.rice.cs.javalanglevels.tree
 class AnonymousClassInstantiation
          Class AnonymousClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class ArrayAccess
          Class ArrayAccess, a component of the JExpressionIF composite hierarchy.
 class ArrayInstantiation
          Class ArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class BooleanLiteral
          Class BooleanLiteral, a component of the JExpressionIF composite hierarchy.
 class CharLiteral
          Class CharLiteral, a component of the JExpressionIF composite hierarchy.
 class ClassInstantiation
          Class ClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class ClassLiteral
          Class ClassLiteral, a component of the JExpressionIF composite hierarchy.
 class ComplexAnonymousClassInstantiation
          Class ComplexAnonymousClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class ComplexInitializedArrayInstantiation
          Class ComplexInitializedArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class ComplexMethodInvocation
          Class ComplexMethodInvocation, a component of the JExpressionIF composite hierarchy.
 class ComplexNamedClassInstantiation
          Class ComplexNamedClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class ComplexNameReference
          Class ComplexNameReference, a component of the JExpressionIF composite hierarchy.
 class ComplexSuperConstructorInvocation
          Class ComplexSuperConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class ComplexSuperReference
          Class ComplexSuperReference, a component of the JExpressionIF composite hierarchy.
 class ComplexThisConstructorInvocation
          Class ComplexThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class ComplexThisReference
          Class ComplexThisReference, a component of the JExpressionIF composite hierarchy.
 class ComplexUninitializedArrayInstantiation
          Class ComplexUninitializedArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class DoubleLiteral
          Class DoubleLiteral, a component of the JExpressionIF composite hierarchy.
 class EmptyExpression
          Class EmptyExpression, a component of the JExpressionIF composite hierarchy.
 class FloatLiteral
          Class FloatLiteral, a component of the JExpressionIF composite hierarchy.
 class FunctionInvocation
          Class FunctionInvocation, a component of the JExpressionIF composite hierarchy.
 class InitializedArrayInstantiation
          Class InitializedArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class Instantiation
          Class Instantiation, a component of the JExpressionIF composite hierarchy.
 class IntegerLiteral
          Class IntegerLiteral, a component of the JExpressionIF composite hierarchy.
 class LexicalLiteral
          Class LexicalLiteral, a component of the JExpressionIF composite hierarchy.
 class LongLiteral
          Class LongLiteral, a component of the JExpressionIF composite hierarchy.
 class MethodInvocation
          Class MethodInvocation, a component of the JExpressionIF composite hierarchy.
 class NamedClassInstantiation
          Class NamedClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class NameReference
          Class NameReference, a component of the JExpressionIF composite hierarchy.
 class NullLiteral
          Class NullLiteral, a component of the JExpressionIF composite hierarchy.
 class Parenthesized
          Class Parenthesized, a component of the JExpressionIF composite hierarchy.
 class SimpleAnonymousClassInstantiation
          Class SimpleAnonymousClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class SimpleInitializedArrayInstantiation
          Class SimpleInitializedArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class SimpleMethodInvocation
          Class SimpleMethodInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleNamedClassInstantiation
          Class SimpleNamedClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class SimpleNameReference
          Class SimpleNameReference, a component of the JExpressionIF composite hierarchy.
 class SimpleSuperConstructorInvocation
          Class SimpleSuperConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleSuperReference
          Class SimpleSuperReference, a component of the JExpressionIF composite hierarchy.
 class SimpleThisConstructorInvocation
          Class SimpleThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleThisReference
          Class SimpleThisReference, a component of the JExpressionIF composite hierarchy.
 class SimpleUninitializedArrayInstantiation
          Class SimpleUninitializedArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class StringLiteral
          Class StringLiteral, a component of the JExpressionIF composite hierarchy.
 class SuperConstructorInvocation
          Class SuperConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class SuperReference
          Class SuperReference, a component of the JExpressionIF composite hierarchy.
 class ThisConstructorInvocation
          Class ThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class ThisReference
          Class ThisReference, a component of the JExpressionIF composite hierarchy.
 class UninitializedArrayInstantiation
          Class UninitializedArrayInstantiation, a component of the JExpressionIF composite hierarchy.
 class VariableReference
          Class VariableReference, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type Primary
 RetType JExpressionIFAbstractVisitor.forPrimary(Primary that)
           
 void JExpressionIFAbstractVisitor_void.forPrimary(Primary that)
           
 void JExpressionIFDepthFirstVisitor_void.forPrimaryDoFirst(Primary that)
           
 void JExpressionIFDepthFirstVisitor_void.forPrimaryOnly(Primary that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forPrimaryOnly(Primary that)
           
 RetType JExpressionIFDepthFirstVisitor.forPrimaryOnly(Primary that)