public class NewExpression extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
List<Expression> |
arguments |
DefBody |
classBody |
Expression |
qualifier |
TypeLiteral |
type |
Constructor and Description |
---|
NewExpression(Expression qualifier,
TypeLiteral type,
List<Expression> arguments,
DefBody classBody) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final Expression qualifier
public final TypeLiteral type
public final List<Expression> arguments
public final DefBody classBody
public NewExpression(Expression qualifier, TypeLiteral type, List<Expression> arguments, DefBody classBody)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.