Package org.robovm.compiler.llvm
Class ConstantAnd
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.BinaryOpConstant
org.robovm.compiler.llvm.IntegerBinaryConstant
org.robovm.compiler.llvm.ConstantAnd
- All Implemented Interfaces:
Writable
public class ConstantAnd extends IntegerBinaryConstant
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Field Summary
Fields inherited from class org.robovm.compiler.llvm.BinaryOpConstant
op1, op2 -
Constructor Summary
Constructors Constructor Description ConstantAnd(Constant op1, Constant op2) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.IntegerBinaryConstant
getType, toString, writeMethods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
ConstantAnd
-