Class ConstructorReferenceExpression
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
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
- Direct Known Subclasses:
ConstructorInvocationExpression, SuperConstructorInvocationExpression
-
Field Summary
FieldsFields inherited from class AbstractLineNumberTypeExpression
typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionConstructorReferenceExpression(int lineNumber, Type type, ObjectType objectType, String descriptor) ConstructorReferenceExpression(Type type, ObjectType objectType, String descriptor) -
Method Summary
Methods inherited from class AbstractLineNumberTypeExpression
getType, setTypeMethods inherited from class AbstractLineNumberExpression
getLineNumber, getPriorityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
objectType
-
descriptor
-
-
Constructor Details
-
ConstructorReferenceExpression
-
ConstructorReferenceExpression
public ConstructorReferenceExpression(int lineNumber, Type type, ObjectType objectType, String descriptor)
-
-
Method Details
-
getObjectType
-
getDescriptor
-
accept
-