public interface INewExpression extends IExpression, IHasArguments
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
IExpression[] |
getArgs() |
IType[] |
getArgTypes() |
IConstructorInfo |
getConstructor() |
IInitializerExpression |
getInitializer() |
List<? extends IExpression> |
getSizeExpressions() |
ITypeLiteralExpression |
getTypeLiteral() |
List<? extends IExpression> |
getValueExpressions() |
boolean |
isAnonymousClass() |
evaluate, evaluate, getContextType, isNullSafe, isUncheckedaddExceptionsFrom, addParseException, addParseException, addParseWarning, addParseWarning, clearParseExceptions, clearParseTreeInformation, clearParseWarnings, findAncestorParsedElementByType, findDeclaringStatement, findRootParsedElement, getColumn, getContainedParsedElementsByType, getContainedParsedElementsByTypes, getContainedParsedElementsByTypesWithIgnoreSet, getFunctionName, getGosuClass, getGosuProgram, getImmediateParseIssue, getImmediateParseIssues, getLineNum, getLocation, getModule, getParent, getParseExceptions, getParseIssues, getParseWarnings, getReturnType, getTokens, hasImmediateParseIssue, hasImmediateParseWarnings, hasParseException, hasParseExceptions, hasParseIssue, hasParseIssues, hasParseWarning, hasParseWarnings, isCompileTimeConstant, isSuppressed, isSynthetic, setLocation, setParentgetArgPositionIType[] getArgTypes()
IExpression[] getArgs()
getArgs in interface IHasArgumentsIConstructorInfo getConstructor()
List<? extends IExpression> getValueExpressions()
IInitializerExpression getInitializer()
List<? extends IExpression> getSizeExpressions()
boolean isAnonymousClass()
ITypeLiteralExpression getTypeLiteral()
Copyright © 2018. All rights reserved.