Class SuperConstructorInvocationExpression
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.SuperConstructorInvocationExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
- Direct Known Subclasses:
ClassFileSuperConstructorInvocationExpression
-
Field Summary
FieldsFields inherited from class ConstructorReferenceExpression
descriptor, objectTypeFields inherited from class AbstractLineNumberTypeExpression
typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionSuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseExpression parameters) SuperConstructorInvocationExpression(ObjectType type, String descriptor, BaseExpression parameters) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) intvoidsetParameters(BaseExpression parameters) toString()Methods inherited from class ConstructorReferenceExpression
getDescriptor, getObjectTypeMethods inherited from class AbstractLineNumberTypeExpression
getType, setTypeMethods inherited from class AbstractLineNumberExpression
getLineNumberMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
parameters
-
-
Constructor Details
-
SuperConstructorInvocationExpression
public SuperConstructorInvocationExpression(ObjectType type, String descriptor, BaseExpression parameters) -
SuperConstructorInvocationExpression
public SuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseExpression parameters)
-
-
Method Details
-
getParameters
-
setParameters
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression- Overrides:
getPriorityin classAbstractLineNumberExpression
-
accept
- Specified by:
acceptin interfaceBaseExpression- Overrides:
acceptin classConstructorReferenceExpression
-
toString
-