|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReturnTypeI | |
|---|---|
| edu.rice.cs.javalanglevels.parser | |
| edu.rice.cs.javalanglevels.tree | |
| Uses of ReturnTypeI in edu.rice.cs.javalanglevels.parser |
|---|
| Methods in edu.rice.cs.javalanglevels.parser that return ReturnTypeI | |
|---|---|
ReturnTypeI |
JExprParser.ReturnType()
|
| Uses of ReturnTypeI in edu.rice.cs.javalanglevels.tree |
|---|
| Classes in edu.rice.cs.javalanglevels.tree that implement ReturnTypeI | |
|---|---|
class |
ArrayType
Class ArrayType, a component of the JExpressionIF composite hierarchy. |
class |
ClassOrInterfaceType
Class ClassOrInterfaceType, a component of the JExpressionIF composite hierarchy. |
class |
MemberType
Class MemberType, a component of the JExpressionIF composite hierarchy. |
class |
PrimitiveType
Class PrimitiveType, a component of the JExpressionIF composite hierarchy. |
class |
ReferenceType
Class ReferenceType, a component of the JExpressionIF composite hierarchy. |
class |
Type
Class Type, a component of the JExpressionIF composite hierarchy. |
class |
TypeVariable
Class TypeVariable, a component of the JExpressionIF composite hierarchy. |
class |
VoidReturn
Class VoidReturn, a component of the JExpressionIF composite hierarchy. |
| Methods in edu.rice.cs.javalanglevels.tree that return ReturnTypeI | |
|---|---|
ReturnTypeI |
MethodDef.getResult()
|
ReturnTypeI |
ClassLiteral.getType()
|
| Constructors in edu.rice.cs.javalanglevels.tree with parameters of type ReturnTypeI | |
|---|---|
AbstractMethodDef(SourceInfo in_sourceInfo,
ModifiersAndVisibility in_mav,
TypeParameter[] in_typeParams,
ReturnTypeI in_result,
Word in_name,
FormalParameter[] in_params,
ReferenceType[] in_throws)
Constructs a AbstractMethodDef. |
|
ClassLiteral(SourceInfo in_sourceInfo,
ReturnTypeI in_type)
Constructs a ClassLiteral. |
|
ConcreteMethodDef(SourceInfo in_sourceInfo,
ModifiersAndVisibility in_mav,
TypeParameter[] in_typeParams,
ReturnTypeI in_result,
Word in_name,
FormalParameter[] in_params,
ReferenceType[] in_throws,
BracedBody in_body)
Constructs a ConcreteMethodDef. |
|
MethodDef(SourceInfo in_sourceInfo,
ModifiersAndVisibility in_mav,
TypeParameter[] in_typeParams,
ReturnTypeI in_result,
Word in_name,
FormalParameter[] in_params,
ReferenceType[] in_throws)
Constructs a MethodDef. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||