Uses of Interface
gw.lang.parser.statements.IUsesStatement
-
Packages that use IUsesStatement Package Description gw.lang.parser gw.lang.parser.statements -
-
Uses of IUsesStatement in gw.lang.parser
Methods in gw.lang.parser that return types with arguments of type IUsesStatement Modifier and Type Method Description Set<IUsesStatement>ITypeUsesMap. getUsesStatements()Return the set of uses-statements that participate in this map.Methods in gw.lang.parser with parameters of type IUsesStatement Modifier and Type Method Description voidITypeUsesMap. addToTypeUses(IUsesStatement usesStmt)Adds a type to the current set of types. -
Uses of IUsesStatement in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return types with arguments of type IUsesStatement Modifier and Type Method Description List<IUsesStatement>IUsesStatementList. getUsesStatements()
-