Uses of Class
gw.lang.ir.IRElement
-
Packages that use IRElement Package Description gw.lang.ir gw.lang.ir.expression gw.lang.ir.statement -
-
Uses of IRElement in gw.lang.ir
Subclasses of IRElement in gw.lang.ir Modifier and Type Class Description classIRAbstractLoopStatementclassIRExpressionclassIRStatementMethods in gw.lang.ir that return IRElement Modifier and Type Method Description IRElementIRElement. getParent()Methods in gw.lang.ir with parameters of type IRElement Modifier and Type Method Description voidIRElement. setParent(IRElement parent)protected voidIRElement. setParentToThis(IRElement element) -
Uses of IRElement in gw.lang.ir.expression
Subclasses of IRElement in gw.lang.ir.expression Modifier and Type Class Description classIRArithmeticExpressionclassIRArrayLengthExpressionclassIRArrayLoadExpressionclassIRBooleanLiteralclassIRCastExpressionclassIRCharacterLiteralclassIRClassLiteralclassIRCompositeExpressionclassIRConditionalAndExpressionclassIRConditionalOrExpressionclassIREqualityExpressionclassIRFieldGetExpressionclassIRIdentifierclassIRInstanceOfExpressionclassIRLazyTypeMethodCallExpressionclassIRMethodCallExpressionclassIRNegationExpressionclassIRNewArrayExpressionclassIRNewExpressionclassIRNewMultiDimensionalArrayExpressionclassIRNoOpExpressionclassIRNotExpressionclassIRNullLiteralclassIRNumericLiteralclassIRPrimitiveTypeConversionclassIRRelationalExpressionclassIRStringLiteralExpressionclassIRTernaryExpressionMethods in gw.lang.ir.expression that return types with arguments of type IRElement Modifier and Type Method Description List<IRElement>IRCompositeExpression. getElements()Methods in gw.lang.ir.expression with parameters of type IRElement Modifier and Type Method Description voidIRCompositeExpression. addElement(IRElement element)Constructors in gw.lang.ir.expression with parameters of type IRElement Constructor Description IRCompositeExpression(IRElement... elements)Constructor parameters in gw.lang.ir.expression with type arguments of type IRElement Constructor Description IRCompositeExpression(List<IRElement> elements) -
Uses of IRElement in gw.lang.ir.statement
Subclasses of IRElement in gw.lang.ir.statement Modifier and Type Class Description classIRArrayStoreStatementclassIRAssignmentStatementclassIRBreakStatementclassIRContinueStatementclassIRDoWhileStatementclassIREvalStatementclassIRFieldDeclclassIRFieldSetStatementclassIRForEachStatementclassIRIfStatementclassIRImplicitReturnStatementclassIRMethodCallStatementclassIRMethodStatementclassIRMonitorLockAcquireStatementclassIRMonitorLockReleaseStatementclassIRNewStatementclassIRNoOpStatementclassIRReturnStatementclassIRStatementListclassIRSwitchStatementclassIRSyntheticStatementclassIRThrowStatementclassIRTryCatchFinallyStatementclassIRWhileStatement
-