Class ConstructorInvocationExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
org.jd.core.v1.model.javasyntax.expression.ConstructorReferenceExpression
org.jd.core.v1.model.javasyntax.expression.ConstructorInvocationExpression
- All Implemented Interfaces:
Iterable<Expression>
,BaseExpression
,Expression
,Base<Expression>
- Direct Known Subclasses:
ClassFileConstructorInvocationExpression
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorReferenceExpression
descriptor, objectType
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
type
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
lineNumber
Fields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorInvocationExpression
(int lineNumber, ObjectType type, String descriptor, BaseExpression parameters) ConstructorInvocationExpression
(ObjectType type, String descriptor, BaseExpression parameters) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor visitor) int
void
setParameters
(BaseExpression parameters) toString()
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorReferenceExpression
getDescriptor, getObjectType
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
getType, setType
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumber
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
parameters
-
-
Constructor Details
-
ConstructorInvocationExpression
public ConstructorInvocationExpression(ObjectType type, String descriptor, BaseExpression parameters) -
ConstructorInvocationExpression
public ConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseExpression parameters)
-
-
Method Details
-
getParameters
-
setParameters
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceExpression
- Overrides:
getPriority
in classAbstractLineNumberExpression
-
accept
- Specified by:
accept
in interfaceBaseExpression
- Overrides:
accept
in classConstructorReferenceExpression
-
toString
-