Class ClassFileConstructorInvocationExpression
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
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression.ClassFileConstructorInvocationExpression
- All Implemented Interfaces:
Iterable<Expression>,BaseExpression,Expression,Base<Expression>
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorInvocationExpression
parametersFields inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorReferenceExpression
descriptor, objectTypeFields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
typeFields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
lineNumberFields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionClassFileConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters) -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorInvocationExpression
accept, getParameters, getPriority, setParameters, toStringMethods inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorReferenceExpression
getDescriptor, getObjectTypeMethods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
getType, setTypeMethods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumberMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
parameterTypes
-
-
Constructor Details
-
ClassFileConstructorInvocationExpression
public ClassFileConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters)
-
-
Method Details
-
getParameterTypes
-
setParameterTypes
-