public interface IParsedElementWithAtLeastOneDeclaration extends IParsedElement
| Modifier and Type | Method and Description |
|---|---|
boolean |
declares(String identifierName) |
String[] |
getDeclarations() |
int |
getNameOffset(String identifierName)
The offset of the token representing the name for the declaration
|
void |
setNameOffset(int iOffset,
String identifierName) |
addExceptionsFrom, 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, setParentint getNameOffset(String identifierName)
identifierName - void setNameOffset(int iOffset,
String identifierName)
boolean declares(String identifierName)
identifierName - String[] getDeclarations()
Copyright © 2016. All rights reserved.