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 org.jd.core.v1.model.javasyntax.expression.NewExpression
bodyDeclaration, descriptor, parameters, 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
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 org.jd.core.v1.model.javasyntax.expression.NewExpression
accept, getBodyDeclaration, getDescriptor, getObjectType, getParameters, getPriority, getType, setObjectType, setParameters, 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
-
ClassFileNewExpression
-
ClassFileNewExpression
-
-
Method Details
-
getParameterTypes
-
setParameterTypes
-
set
-
toString
- Overrides:
toStringin classNewExpression
-