Class ClassFileSuperConstructorInvocationExpression
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
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression.ClassFileSuperConstructorInvocationExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
public class ClassFileSuperConstructorInvocationExpression
extends SuperConstructorInvocationExpression
-
Field Summary
FieldsFields inherited from class SuperConstructorInvocationExpression
parametersFields 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
ConstructorsConstructorDescriptionClassFileSuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters) -
Method Summary
Methods inherited from class SuperConstructorInvocationExpression
accept, getParameters, getPriority, setParameters, toStringMethods 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
-
parameterTypes
-
-
Constructor Details
-
ClassFileSuperConstructorInvocationExpression
public ClassFileSuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters)
-
-
Method Details
-
getParameterTypes
-
setParameterTypes
-