Uses of Interface
gw.lang.parser.statements.IUsesStatement
-
Packages that use IUsesStatement Package Description gw.internal.gosu.parser gw.internal.gosu.parser.statements gw.lang.parser gw.lang.parser.statements -
-
Uses of IUsesStatement in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return types with arguments of type IUsesStatement Modifier and Type Method Description Set<IUsesStatement>
TypeUsesMap. getUsesStatements()
Methods in gw.internal.gosu.parser with parameters of type IUsesStatement Modifier and Type Method Description void
TypeUsesMap. addToTypeUses(IUsesStatement usesSmt)
-
Uses of IUsesStatement in gw.internal.gosu.parser.statements
Classes in gw.internal.gosu.parser.statements that implement IUsesStatement Modifier and Type Class Description class
UsesStatement
Methods in gw.internal.gosu.parser.statements that return IUsesStatement Modifier and Type Method Description IUsesStatement
UsesStatementList. conflicts(IUsesStatement stmt)
Methods in gw.internal.gosu.parser.statements that return types with arguments of type IUsesStatement Modifier and Type Method Description List<IUsesStatement>
UsesStatementList. getUsesStatements()
Methods in gw.internal.gosu.parser.statements with parameters of type IUsesStatement Modifier and Type Method Description IUsesStatement
UsesStatementList. conflicts(IUsesStatement stmt)
Method parameters in gw.internal.gosu.parser.statements with type arguments of type IUsesStatement Modifier and Type Method Description void
UsesStatementList. setUsesStatements(List<IUsesStatement> stmts)
-
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 void
ITypeUsesMap. 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()
-