Class NewExpression
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.expression.NewExpression
- All Implemented Interfaces:
Expression
Represents a non-qualified "new" statement with possibly anonymous class syntax.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List
<Expression> final DefBody
final Expression
final TypeLiteral
-
Constructor Summary
ConstructorsConstructorDescriptionNewExpression
(Expression qualifier, TypeLiteral type, List<Expression> arguments, DefBody classBody) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
qualifier
-
type
-
arguments
-
classBody
-
-
Constructor Details
-
NewExpression
public NewExpression(Expression qualifier, TypeLiteral type, List<Expression> arguments, DefBody classBody)
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-