|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstructorDef | |
|---|---|
| edu.rice.cs.javalanglevels | |
| edu.rice.cs.javalanglevels.parser | |
| edu.rice.cs.javalanglevels.tree | |
| Uses of ConstructorDef in edu.rice.cs.javalanglevels |
|---|
| Methods in edu.rice.cs.javalanglevels with parameters of type ConstructorDef | |
|---|---|
Void |
ClassBodyIntermediateVisitor.forConstructorDef(ConstructorDef that)
Create a constructor corresponding to the specifications in the ConstructorDef. |
TypeData |
ClassBodyTypeChecker.forConstructorDef(ConstructorDef that)
Finds the corresponding MethodData for this constructor first. |
Void |
ClassBodyFullJavaVisitor.forConstructorDef(ConstructorDef that)
Create a constructor corresponding to the specifications in the ConstructorDef, and then visit the constructor body, passing the constructor as the enclosing data. |
Void |
Augmentor.forConstructorDef(ConstructorDef that)
Do the augmentation necessary for a ConstructorDef. |
Void |
JExpressionIFPrunableDepthFirstVisitor.forConstructorDef(ConstructorDef that)
|
Void |
InterfaceBodyFullJavaVisitor.forConstructorDefDoFirst(ConstructorDef that)
Throw an error: Interfaces cannot have constructors |
Void |
InterfaceBodyIntermediateVisitor.forConstructorDefDoFirst(ConstructorDef that)
Throw an error: Interfaces cannot have constructors |
Void |
JExpressionIFPrunableDepthFirstVisitor.forConstructorDefDoFirst(ConstructorDef that)
|
Void |
JExpressionIFPrunableDepthFirstVisitor.forConstructorDefOnly(ConstructorDef that)
|
TypeData |
ClassBodyTypeChecker.forConstructorDefOnly(ConstructorDef that,
TypeData mavRes,
TypeData[] parameters_result,
TypeData[] throwsRes,
TypeData bodyRes)
|
| Uses of ConstructorDef in edu.rice.cs.javalanglevels.parser |
|---|
| Methods in edu.rice.cs.javalanglevels.parser that return ConstructorDef | |
|---|---|
ConstructorDef |
JExprParser.ConstructorDef()
|
| Uses of ConstructorDef in edu.rice.cs.javalanglevels.tree |
|---|
| Methods in edu.rice.cs.javalanglevels.tree with parameters of type ConstructorDef | |
|---|---|
RetType |
JExpressionIFAbstractVisitor.forConstructorDef(ConstructorDef that)
|
void |
JExpressionIFDepthFirstVisitor_void.forConstructorDef(ConstructorDef that)
|
void |
JExpressionIFAbstractVisitor_void.forConstructorDef(ConstructorDef that)
|
JExpressionIF |
JExpressionIFCopyDepthFirstVisitor.forConstructorDef(ConstructorDef that)
|
RetType |
JExpressionIFDepthFirstVisitor.forConstructorDef(ConstructorDef that)
|
RetType |
JExpressionIFVisitor.forConstructorDef(ConstructorDef that)
Process an instance of ConstructorDef. |
void |
JExpressionIFVisitor_void.forConstructorDef(ConstructorDef that)
Process an instance of ConstructorDef. |
void |
JExpressionIFDepthFirstVisitor_void.forConstructorDefDoFirst(ConstructorDef that)
|
void |
JExpressionIFDepthFirstVisitor_void.forConstructorDefOnly(ConstructorDef that)
|
JExpressionIF |
JExpressionIFCopyDepthFirstVisitor.forConstructorDefOnly(ConstructorDef that,
JExpressionIF name_result,
JExpressionIF mav_result,
JExpressionIF[] parameters_result,
JExpressionIF[] throws_result,
JExpressionIF statements_result)
|
RetType |
JExpressionIFDepthFirstVisitor.forConstructorDefOnly(ConstructorDef that,
RetType name_result,
RetType mav_result,
RetType[] parameters_result,
RetType[] throws_result,
RetType statements_result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||