Uses of Interface
gw.lang.parser.ISymbol
-
-
Uses of ISymbol in editor
Fields in editor declared as ISymbol Modifier and Type Field Description private ISymbolParameterInfoPopup.ParameterInfoStub. _argprivate ISymbol[]SymbolPopup. _symbolsprivate ISymbol[]SymbolPopup.SymbolRoot. _symbolsMethods in editor that return ISymbol Modifier and Type Method Description (package private) ISymbol[]SymbolPopup. getFilteredSymbols()protected ISymbolAbstractPathCompletionHandler. getSymbolAtCaret(ISymbolTable transientSymTable)(package private) ISymbol[]SymbolPopup. getSymbols()Methods in editor with parameters of type ISymbol Modifier and Type Method Description private java.lang.StringSymbolCellRenderer. getDisplayText(ISymbol symbol)(package private) static java.lang.StringSymbolPopup. getDisplayText(ISymbol symbol)private java.lang.StringSymbolCellRenderer. getParamSignatureText(ISymbol symbol)(package private) static java.lang.StringSymbolPopup. getParamSignatureText(ISymbol symbol)private java.lang.StringSymbolPopup. getScriptText(ISymbol symbol)private voidSymbolPopup. handleSelection(ISymbol symbol)voidSymbolPopup. setSelection(ISymbol value)Method parameters in editor with type arguments of type ISymbol Modifier and Type Method Description private ITypeSymbolCompletionHandler. addValuesForType(java.util.List<ISymbol> listSymbols)private voidSymbolCompletionHandler. filterUnwantedSymbols(java.util.Collection<ISymbol> listSymbols)Constructors in editor with parameters of type ISymbol Constructor Description ParameterInfoStub(ISymbol arg)SymbolPopup(ISymbol[] symbols, java.lang.String strPrefix, GosuEditor editor, IType expectedType)SymbolRoot(ISymbol[] symbols) -
Uses of ISymbol in editor.search
Fields in editor.search declared as ISymbol Modifier and Type Field Description private ISymbolLocalVarFeatureInfo. _symbolMethods in editor.search that return ISymbol Modifier and Type Method Description private ISymbolLocalVarFeatureInfo. findRootSymbol(ISymbol symbol)ISymbolLocalVarFeatureInfo. getSymbol()Methods in editor.search with parameters of type ISymbol Modifier and Type Method Description private static IParsedElementUsageTarget. findLocalDeclaration(ISymbol symbol, IParsedElement pe)private ISymbolLocalVarFeatureInfo. findRootSymbol(ISymbol symbol)private static booleanUsageTarget. sameFunctionSameIndex(IParsedElement pe, ISymbol symbol, ILocalVarDeclaration varDecl) -
Uses of ISymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return types with arguments of type ISymbol Modifier and Type Method Description private java.util.List<ISymbol>FunctionStatementTransformer. getActualArgSymbols()Methods in gw.internal.gosu.ir.transform with parameters of type ISymbol Modifier and Type Method Description (package private) IRSymbolGosuClassTransformer. makeParamSymbol(DynamicFunctionSymbol dfs, ISymbol param) -
Uses of ISymbol in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type ISymbol Modifier and Type Method Description IRExpressionIdentifierTransformer. pushSymbolValue(ISymbol symbol) -
Uses of ISymbol in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type ISymbol Modifier and Type Method Description private IRExpressionAssignmentStatementTransformer. transformRHS(ISymbol symbol) -
Uses of ISymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser with type parameters of type ISymbol Modifier and Type Class Description classCommonSymbolsScope<K extends java.lang.CharSequence,V extends ISymbol>Fields in gw.internal.gosu.parser declared as ISymbol Modifier and Type Field Description private ISymbolCapturedSymbol. _referredSymbolFields in gw.internal.gosu.parser with type parameters of type ISymbol Modifier and Type Field Description private java.util.List<ISymbol>DynamicFunctionSymbol. _argsprivate java.util.Map<java.lang.CharSequence,ISymbol>GosuClassParseInfo. _memberFieldIndexByNameMethods in gw.internal.gosu.parser that return ISymbol Modifier and Type Method Description protected ISymbolParserBase. captureSymbol(ICompilableTypeInternal anonClass, java.lang.String strName, ParsedElement e)ISymbolGosuIndustrialParkImpl. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression value)ISymbolGosuIndustrialParkImpl. createSymbol(java.lang.CharSequence name, IType type, IStackProvider stackProvider)ISymbolGosuIndustrialParkImpl. createSymbol(java.lang.CharSequence name, IType type, java.lang.Object value)private ISymbolGosuClassParser. findLocalInOuters(java.lang.String strIdentifier)private ISymbolParserBase. findSymbol(java.lang.String strName, boolean ignoreFunctionSymbols)private ISymbolParserBase. findSymbol(java.lang.String strName, ISymbolTable symTable, boolean ignoreFunctionSymbols)ISymbolGosuClass. getExternalSymbol(java.lang.String strName)ISymbolGosuProgram. getExternalSymbol(java.lang.String strName)abstract ISymbolAbstractDynamicSymbol. getLightWeightReference()ISymbolCapturedSymbol. getLightWeightReference()ISymbolDynamicFunctionSymbol. getLightWeightReference()ISymbolDynamicPropertySymbol. getLightWeightReference()ISymbolDynamicSymbol. getLightWeightReference()ISymbolMemberFieldSymbol. getLightWeightReference()ISymbolReadOnlySymbol. getLightWeightReference()ISymbolSuperConstructorFunctionSymbol. getLightWeightReference()ISymbolSymbol. getLightWeightReference()ISymbolThisConstructorFunctionSymbol. getLightWeightReference()ISymbolTypedSymbol. getLightWeightReference()ISymbolCapturedSymbol. getReferredSymbol()protected ISymbolParserBase. getUncapturedSymbol(ICompilableType gsClass, java.lang.String strName)private ISymbolParserBase. handleForwardReference(ParsedElement e, ISymbol sym)private ISymbolGosuParser. maybeCaptureSymbol(MethodCallExpression e, ISymbol functionSymbol)(package private) ISymbolGosuParser. parseFunctionOrPropertyDeclaration(ParsedElement element)private ISymbolGosuParser. possiblyResolveFunctionSymbol(MethodCallExpression e, java.lang.String strFunction)private ISymbolParserBase. resolveForNullEnclosingClass(java.lang.String strName)protected ISymbolParserBase. resolveNamespaceSymbol(ParsedElement e, java.lang.String strName)protected ISymbolParserBase. resolveSymbol(ParsedElement e, java.lang.String strName, boolean ignoreFunctionSymbols)Methods in gw.internal.gosu.parser that return types with arguments of type ISymbol Modifier and Type Method Description private java.util.List<ISymbol>BlockClass. convertToObjectSymbols(BlockExpression blk)private java.util.HashMap<java.lang.String,ISymbol>GosuFragmentParser. determineExternalSymbols(ISymbolTable symbolTable, ParserOptions options)java.util.List<ISymbol>DynamicFunctionSymbol. getArgs()java.util.Map<java.lang.CharSequence,ISymbol>GosuClass. getMemberFieldIndexByName()java.util.Map<java.lang.CharSequence,ISymbol>GosuClassParseInfo. getMemberFieldIndexByName()java.util.Map<java.lang.CharSequence,ISymbol>IGosuClassInternal. getMemberFieldIndexByName()private static java.util.ArrayList<ISymbol>VarPropertySetFunctionSymbol. getSymbolArray(java.lang.CharSequence strVarIdentifier, IType varType)static java.util.List<ISymbol>ReducedSymbol. makeArgs(java.util.List<IReducedSymbol> args)private java.util.List<ISymbol>GosuClassParseInfo. makeArgSymbols(GosuConstructorInfo ci, ISymbolTable symTable)static java.util.List<ISymbol>TemplateRenderFunctionSymbol. makeSymbolsFromTypes(IType[] params)java.util.ArrayList<ISymbol>GosuParser. parseParameterDeclarationList(IParsedElement element, boolean bStatic, java.util.List<IType> inferredArgumentTypes)java.util.ArrayList<ISymbol>GosuParser. parseParameterDeclarationList(IParsedElement element, boolean bStatic, java.util.List<IType> inferredArgumentTypes, boolean bProperty, boolean bGetter, boolean bEmpty, boolean bVarDynamicArg)Methods in gw.internal.gosu.parser with parameters of type ISymbol Modifier and Type Method Description private booleanGosuClass. areSymbolsFromSameDeclaration(IVarStatement varStmt, ISymbol existingSymbol)private ISymbolParserBase. handleForwardReference(ParsedElement e, ISymbol sym)private booleanGosuParser. isBlockSym(ISymbol functionSymbol)private booleanGosuParser. isSymbolInScopeDirectly(ISymbol idSym)private DynamicPropertySymbolGosuParser. makeGetter(VarStatement varStmt, java.lang.String strVarIdentifier, java.lang.String strPropertyName, IType varType, ModifierInfo modifiers, ISymbol symbol, ICompilableType gsClass, boolean bOldSyntax)private DynamicPropertySymbolGosuParser. makeSetter(VarStatement varStmt, java.lang.String strVarIdentifier, java.lang.String strPropertyName, IType varType, ModifierInfo modifiers, ISymbol symbol, ICompilableType gsClass, DynamicPropertySymbol dps, boolean bOldSyntax)private ISymbolGosuParser. maybeCaptureSymbol(MethodCallExpression e, ISymbol functionSymbol)private voidGosuParser. maybeParseIdentifierAssumingOpenParenIsForParenthesizedExpr(java.lang.String[] t, int iOffset, int iLineNum, int iColumn, IParserState state, MethodCallExpression e, IType[] typeParameters, java.lang.String strFunction, ISymbol functionSymbol, int mark, int iLocationsCount)private voidGosuParser. parseMethodCall(java.lang.String[] t, int iOffset, int iLineNum, int iColumn, LazyLightweightParserState state, MethodCallExpression e, IType[] typeParameters, java.lang.String strFunction, ISymbol functionSymbol, int markBeforeTypeArgs, int iLocBeforeTypeArgs, int markAfterTypeArgs)private voidGosuParser. parseMethodCall(java.lang.String[] t, IParserState state, MethodCallExpression e, IType[] typeParameters, java.lang.String strFunction, ISymbol functionSymbol)private voidParserBase. warnOnPcfVariablesHack(ParsedElement e, ISymbol sym)Method parameters in gw.internal.gosu.parser with type arguments of type ISymbol Modifier and Type Method Description ISymbolGosuIndustrialParkImpl. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression value)private booleanGosuClass. equalArgs(IParameterInfo[] parameters, java.util.List<ISymbol> args)private DynamicFunctionSymbolGosuParser. findProgramPropertyDfs(java.lang.String strFunctionName, java.util.ArrayList<ISymbol> args)static java.lang.StringDynamicFunctionSymbol. getSignatureName(java.lang.CharSequence strName, java.util.List<ISymbol> args)private static java.lang.StringDynamicFunctionSymbol. getUniqueNameForParameters(java.util.List<ISymbol> args)private Identifier[]GosuClassParseInfo. makeArgs(java.util.List<ISymbol> argSymbols, ISymbolTable symTable)intGosuParser. nextIndexOfErrantDuplicateDynamicSymbol(IDynamicSymbol ds, java.util.Collection<? extends ISymbol> symbols, boolean bCheckContains)private IGosuFragmentGosuFragmentParser. parseImpl(java.lang.String script, ISymbolTable table, ParserOptions options, java.lang.String name, java.util.HashMap<java.lang.String,ISymbol> externalSymbols, boolean parseExpression)voidDynamicFunctionSymbol. setArgs(java.util.List<ISymbol> args)private booleanGosuParser. symbolIn(IDynamicSymbol ds, java.util.Collection<? extends ISymbol> symbols)private IType[]GosuClassParseInfo. typesFromSymbols(java.util.List<ISymbol> argSymbols)Constructors in gw.internal.gosu.parser with parameters of type ISymbol Constructor Description CapturedSymbol(java.lang.String strName, ISymbol sym, IStackProvider stackProvider, IScope scope)ReducedSymbol(ISymbol arg)Constructor parameters in gw.internal.gosu.parser with type arguments of type ISymbol Constructor Description DynamicFunctionSymbol(ISymbolTable symTable, java.lang.CharSequence strName, IFunctionType type, java.util.List<ISymbol> args, IExpression value)Constructs a DynamicFunctionSymbol for use with an IGosuParser's ISymbolTable.DynamicFunctionSymbol(ISymbolTable symTable, java.lang.CharSequence strName, IFunctionType type, java.util.List<ISymbol> args, IStatement value)Constructs a DynamicFunctionSymbol for use with an IGosuParser's ISymbolTable.DynamicFunctionSymbol(ISymbolTable symTable, java.lang.CharSequence name, IFunctionType type, java.util.List<ISymbol> args, java.lang.Object value)EnhancementDynamicFunctionSymbol(ISymbolTable symTable, java.lang.CharSequence strName, IFunctionType type, java.util.List<ISymbol> args, IType enhancedType) -
Uses of ISymbol in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as ISymbol Modifier and Type Field Description private ISymbolIdentifier. _symbolFields in gw.internal.gosu.parser.expressions with type parameters of type ISymbol Modifier and Type Field Description private java.util.List<ISymbol>BlockExpression. _argsMethods in gw.internal.gosu.parser.expressions that return ISymbol Modifier and Type Method Description private ISymbolLocalVarDeclaration. findSymbol(IParsedElement elem)ISymbolIdentifier. getSymbol()ISymbolLocalVarDeclaration. getSymbol()Methods in gw.internal.gosu.parser.expressions that return types with arguments of type ISymbol Modifier and Type Method Description java.util.List<ISymbol>BlockExpression. getArgs()Methods in gw.internal.gosu.parser.expressions with parameters of type ISymbol Modifier and Type Method Description booleanBlockExpression. isWithinScope(ISymbol sym, ISymbolTable symbolTable)voidIdentifier. setSymbol(ISymbol symbol, ISymbolTable symTable)Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ISymbol Modifier and Type Method Description voidBlockExpression. setArgs(java.util.List<ISymbol> args) -
Uses of ISymbol in gw.internal.gosu.parser.fragments
Fields in gw.internal.gosu.parser.fragments with type parameters of type ISymbol Modifier and Type Field Description private java.util.HashMap<java.lang.String,ISymbol>GosuFragment. _externalSymbolsDeprecated.Methods in gw.internal.gosu.parser.fragments that return ISymbol Modifier and Type Method Description ISymbolGosuFragment. getExternalSymbol(java.lang.String strName)Deprecated.Constructor parameters in gw.internal.gosu.parser.fragments with type arguments of type ISymbol Constructor Description GosuFragment(java.lang.String name, java.util.HashMap<java.lang.String,ISymbol> externalSymbols, ITypeUsesMap typeUsesMap)Deprecated. -
Uses of ISymbol in gw.internal.gosu.parser.java.classinfo
Classes in gw.internal.gosu.parser.java.classinfo that implement ISymbol Modifier and Type Class Description static classCompileTimeExpressionParser.CompileTimeFieldSymbolMethods in gw.internal.gosu.parser.java.classinfo that return ISymbol Modifier and Type Method Description ISymbolCompileTimeExpressionParser.CompileTimeFieldSymbol. getLightWeightReference() -
Uses of ISymbol in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as ISymbol Modifier and Type Field Description private ISymbolVarStatement. _symbolMethods in gw.internal.gosu.parser.statements that return ISymbol Modifier and Type Method Description ISymbolVarStatement. getSymbol()Methods in gw.internal.gosu.parser.statements with parameters of type ISymbol Modifier and Type Method Description private VarInitializationVerifier.AssignedStateVarInitializationVerifier. getAssignedState(ISymbol sym, IParsedElement s, java.util.ArrayList<AssignmentOrReference> assignments, VarInitializationVerifier.AssignedState localState)private VarInitializationVerifier.AssignedStateVarInitializationVerifier. getAssignedStateForStatements(ISymbol sym, java.util.ArrayList<AssignmentOrReference> assignments, IStatement[] statements, VarInitializationVerifier.AssignedState localState)voidVarStatement. setSymbol(ISymbol symbol) -
Uses of ISymbol in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement ISymbol Modifier and Type Class Description static classTemplateGenerator.LockedDownSymbolFields in gw.internal.gosu.template with type parameters of type ISymbol Modifier and Type Field Description private java.util.List<ISymbol>TemplateGenerator. _paramsstatic LockingLazyVar<ISymbol>TemplateGenerator. PRINT_CONTENT_SYMBOLstatic LockingLazyVar<ISymbol>TemplateGenerator. PRINT_RANGE_SYMBOLMethods in gw.internal.gosu.template that return types with arguments of type ISymbol Modifier and Type Method Description java.util.List<ISymbol>TemplateGenerator. getParameters()Methods in gw.internal.gosu.template with parameters of type ISymbol Modifier and Type Method Description voidSimpleTemplateHost. putSymbol(ISymbol symbol)Method parameters in gw.internal.gosu.template with type arguments of type ISymbol Modifier and Type Method Description private voidTemplateGenerator. putSymbols(ISymbolTable symTable, java.util.HashMap<java.lang.String,ISymbol> externalSymbolsMap) -
Uses of ISymbol in gw.lang
Methods in gw.lang that return ISymbol Modifier and Type Method Description static ISymbolGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression expression)ISymbolIGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression value)static ISymbolGosuShop. createSymbol(java.lang.CharSequence name, IType type, IStackProvider stackProvider)static ISymbolGosuShop. createSymbol(java.lang.CharSequence name, IType type, java.lang.Object value)ISymbolIGosuShop. createSymbol(java.lang.CharSequence name, IType type, IStackProvider stackProvider)ISymbolIGosuShop. createSymbol(java.lang.CharSequence name, IType type, java.lang.Object value)Method parameters in gw.lang with type arguments of type ISymbol Modifier and Type Method Description static ISymbolGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression expression)ISymbolIGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression value) -
Uses of ISymbol in gw.lang.parser
Classes in gw.lang.parser with type parameters of type ISymbol Modifier and Type Interface Description interfaceIScope<K,V extends ISymbol>classStandardScope<K extends java.lang.CharSequence,V extends ISymbol>Subinterfaces of ISymbol in gw.lang.parser Modifier and Type Interface Description interfaceICapturedSymbolinterfaceIDynamicFunctionSymbolinterfaceIDynamicPropertySymbolinterfaceIDynamicSymbolinterfaceIFunctionSymbolinterfaceIInitConstructorFunctionSymbolinterfaceIInitializerSymbolinterfaceIInjectedSymbolinterfaceINonCapturableSymbolinterfaceIProgramClassFunctionSymbolinterfaceITypedSymbolFields in gw.lang.parser with type parameters of type ISymbol Modifier and Type Field Description private java.util.HashMap<java.lang.String,ISymbol>ExternalSymbolMapForMap. _externalSymbolsMethods in gw.lang.parser that return ISymbol Modifier and Type Method Description private ISymbolStandardSymbolTable. getGlobalSymbol(java.lang.CharSequence strName)ISymbolISymbol. getLightWeightReference()Creates a copy of this symbol without the value so that the empty symbol can be stored.private ISymbolStandardSymbolTable. getPrivateGlobalSymbol(java.lang.CharSequence strName)ISymbolICapturedSymbol. getReferredSymbol()protected abstract ISymbolExternalSymbolMapBase. getSymbol(java.lang.String name)ISymbolExternalSymbolMapForMap. getSymbol(java.lang.String name)ISymbolExternalSymbolMapSymbolTableWrapper. getSymbol(java.lang.String name)ISymbolISymbolTable. getSymbol(java.lang.CharSequence name)ISymbolStandardSymbolTable. getSymbol(java.lang.CharSequence name)private ISymbolStandardSymbolTable. getSymbol(java.lang.CharSequence strName, int iStartIndex)ISymbolThreadSafeSymbolTable. getSymbol(java.lang.CharSequence name)ISymbolISymbolTable. getThisSymbolFromStackOrMap()Get the 'this' symbol from either the stack or the table.ISymbolStandardSymbolTable. getThisSymbolFromStackOrMap()ISymbolThreadSafeSymbolTable. getThisSymbolFromStackOrMap()ISymbolISymbolTable. removeSymbol(java.lang.CharSequence name)Removes a previously mapped symbol.ISymbolStandardSymbolTable. removeSymbol(java.lang.CharSequence name)ISymbolThreadSafeSymbolTable. removeSymbol(java.lang.CharSequence name)Methods in gw.lang.parser that return types with arguments of type ISymbol Modifier and Type Method Description java.util.List<ISymbol>IDynamicFunctionSymbol. getArgs()java.util.HashMap<java.lang.String,ISymbol>ExternalSymbolMapForMap. getMap()java.util.ArrayList<ISymbol>IGosuParser. parseParameterDeclarationList(IParsedElement pe, boolean bStatic, java.util.List<IType> inferredArgumentTypes)Methods in gw.lang.parser with parameters of type ISymbol Modifier and Type Method Description booleanISymbolTable. isSymbolWithinScope(ISymbol sym, IScope scope)booleanStandardSymbolTable. isSymbolWithinScope(ISymbol symToFind, IScope containingScope)booleanThreadSafeSymbolTable. isSymbolWithinScope(ISymbol sym, IScope scope)voidISymbolTable. putSymbol(ISymbol symbol)Maps a name to a symbol in the table.voidStandardSymbolTable. putSymbol(ISymbol symbol)voidThreadSafeSymbolTable. putSymbol(ISymbol symbol)protected voidExternalSymbolMapBase. verifySymbol(java.lang.String name, ISymbol symbol)Constructor parameters in gw.lang.parser with type arguments of type ISymbol Constructor Description ExternalSymbolMapForMap(java.util.HashMap<java.lang.String,ISymbol> externalSymbols)ExternalSymbolMapForMap(java.util.HashMap<java.lang.String,ISymbol> externalSymbols, boolean assumeSymbolsRequireExternalSymbolMapArgument) -
Uses of ISymbol in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return ISymbol Modifier and Type Method Description ISymbolIIdentifierExpression. getSymbol()ISymbolILocalVarDeclaration. getSymbol()ISymbolIVarStatement. getSymbol()Methods in gw.lang.parser.expressions that return types with arguments of type ISymbol Modifier and Type Method Description java.util.List<ISymbol>IBlockExpression. getArgs()Methods in gw.lang.parser.expressions with parameters of type ISymbol Modifier and Type Method Description booleanIBlockExpression. isWithinScope(ISymbol sym, ISymbolTable symbolTable)voidIIdentifierExpression. setSymbol(ISymbol symbol, ISymbolTable symTable)voidIVarStatement. setSymbol(ISymbol symbol) -
Uses of ISymbol in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return ISymbol Modifier and Type Method Description ISymbolIForEachStatement. getIdentifier()ISymbolIForEachStatement. getIndexIdentifier()ISymbolICatchClause. getSymbol() -
Uses of ISymbol in gw.lang.parser.template
Methods in gw.lang.parser.template that return types with arguments of type ISymbol Modifier and Type Method Description java.util.List<ISymbol>ITemplateGenerator. getParameters() -
Uses of ISymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ISymbol Modifier and Type Method Description ISymbolICompilableType. getExternalSymbol(java.lang.String s)
-