Uses of Class
gw.lang.ir.expression.IRNotExpression
Packages that use IRNotExpression
Package
Description
-
Uses of IRNotExpression in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRNotExpressionModifier and TypeMethodDescriptionstatic void
IRNotExpressionCompiler.compile
(IRNotExpression expression, IRBytecodeContext context) -
Uses of IRNotExpression in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRNotExpressionModifier and TypeMethodDescriptionprivate void
IRJavaCompiler.compileIRNotExpression
(IRNotExpression irNotExpression) -
Uses of IRNotExpression in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRNotExpressionModifier and TypeMethodDescriptionprivate void
IRTreeVerifier.verifyIRNotExpression
(IRNotExpression irNotExpression)