Uses of Class
gw.lang.ir.IRSymbol
-
Packages that use IRSymbol Package Description gw.lang.ir gw.lang.ir.builder gw.lang.ir.expression gw.lang.ir.statement -
-
Uses of IRSymbol in gw.lang.ir
Methods in gw.lang.ir that return types with arguments of type IRSymbol Modifier and Type Method Description protected List<IRSymbol>IRElement. maybeEraseStructuralSymbolTypes(List<IRSymbol> parameters)Method parameters in gw.lang.ir with type arguments of type IRSymbol Modifier and Type Method Description protected List<IRSymbol>IRElement. maybeEraseStructuralSymbolTypes(List<IRSymbol> parameters) -
Uses of IRSymbol in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRSymbol Modifier and Type Method Description IRSymbolIRSymbolBuilder. build(IRBuilderContext context)IRSymbolIRTempSymbolBuilder. build(IRBuilderContext context)IRSymbolIRThisSymbolBuilder. build(IRBuilderContext context)IRSymbolIRBuilderContext. findVar(String name)IRSymbolIRBuilderContext. getOrCreateVar(String name, IRType type)IRSymbolIRBuilderContext. tempSymbol(IRType type)Methods in gw.lang.ir.builder that return types with arguments of type IRSymbol Modifier and Type Method Description List<IRSymbol>IRMethodBuilder. getParameters() -
Uses of IRSymbol in gw.lang.ir.expression
Methods in gw.lang.ir.expression that return IRSymbol Modifier and Type Method Description IRSymbolIRIdentifier. getSymbol()Constructors in gw.lang.ir.expression with parameters of type IRSymbol Constructor Description IRIdentifier(IRSymbol symbol) -
Uses of IRSymbol in gw.lang.ir.statement
Methods in gw.lang.ir.statement that return IRSymbol Modifier and Type Method Description IRSymbolIRCatchClause. getIdentifier()IRSymbolIRAssignmentStatement. getSymbol()Methods in gw.lang.ir.statement that return types with arguments of type IRSymbol Modifier and Type Method Description List<IRSymbol>IRMethodStatement. getParameters()Constructors in gw.lang.ir.statement with parameters of type IRSymbol Constructor Description IRAssignmentStatement(IRSymbol symbol, IRExpression value)IRCatchClause(IRSymbol identifier, IRStatement body)Constructor parameters in gw.lang.ir.statement with type arguments of type IRSymbol Constructor Description IRMethodStatement(IRStatement methodBody, String name, int modifiers, boolean explicitInternal, IRType returnType, IType returnIType, List<IRSymbol> parameters, IType[] argTypes, IType methodType, Object[] annotationDefault)IRMethodStatement(IRStatement methodBody, String name, int modifiers, boolean explicitInternal, IRType returnType, List<IRSymbol> parameters)IRMethodStatement(IRStatement methodBody, String name, int modifiers, boolean explicitInternal, IRType returnType, List<IRSymbol> parameters, Object[] annotationDefault)
-