Class ClassFileNewExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.NewExpression
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression.ClassFileNewExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
-
Field Summary
FieldsFields inherited from class NewExpression
bodyDeclaration, descriptor, parameters, typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionClassFileNewExpression(int lineNumber, ObjectType type) ClassFileNewExpression(int lineNumber, ObjectType type, BodyDeclaration bodyDeclaration) -
Method Summary
Modifier and TypeMethodDescriptionvoidset(String descriptor, BaseType parameterTypes, BaseExpression parameters) voidsetParameterTypes(BaseType parameterTypes) toString()Methods inherited from class NewExpression
accept, getBodyDeclaration, getDescriptor, getObjectType, getParameters, getPriority, getType, setObjectType, setParameters, 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
-
ClassFileNewExpression
-
ClassFileNewExpression
-
-
Method Details
-
getParameterTypes
-
setParameterTypes
-
set
-
toString
- Overrides:
toStringin classNewExpression
-