CallConstructorExpression(ImmutableList<Expression> parameters) |
CallMethodExpression(Expression callee,
String methodName,
ImmutableList<Expression> parameters) |
CaseBlockStatement(int line,
LiteralExpression value,
ImmutableList<Statement> statements,
boolean breakCase) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
IfStatement(Expression ifExpression,
int line,
ImmutableList<Statement> thenStatements,
ImmutableList<Statement> elseStatements) |
IfStatement(Expression ifExpression,
int line,
ImmutableList<Statement> thenStatements,
ImmutableList<Statement> elseStatements) |
InstantiationExpression(Type type,
ImmutableList<Expression> parameters) |
Method(String typeName,
MemberFlags memberFlags,
Type returnType,
String name,
ImmutableList<Parameter> parameters,
ImmutableList<Statement> statements,
boolean interfaceMethod) |
Method(String typeName,
MemberFlags memberFlags,
Type returnType,
String name,
ImmutableList<Parameter> parameters,
ImmutableList<Statement> statements,
boolean interfaceMethod) |
SwitchStatement(int line,
Expression expression,
ImmutableList<CaseStatement> caseStatements,
CaseBlockStatement defaultCaseStatement) |