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:
java.lang.Iterable<Expression>
,BaseExpression
,Expression
,Base<Expression>
public class ClassFileConstructorInvocationExpression extends ConstructorInvocationExpression
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseType
parameterTypes
-
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorInvocationExpression
parameters
-
Fields 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
Constructors Constructor Description ClassFileConstructorInvocationExpression(int lineNumber, ObjectType type, java.lang.String descriptor, BaseType parameterTypes, BaseExpression parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseType
getParameterTypes()
void
setParameterTypes(BaseType parameterTypes)
-
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.ConstructorInvocationExpression
accept, getParameters, getPriority, setParameters, 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
-
-
-
-
Field Detail
-
parameterTypes
protected BaseType parameterTypes
-
-
Constructor Detail
-
ClassFileConstructorInvocationExpression
public ClassFileConstructorInvocationExpression(int lineNumber, ObjectType type, java.lang.String descriptor, BaseType parameterTypes, BaseExpression parameters)
-
-