Package org.robovm.compiler.llvm
Class IntegerBinaryConstant
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.BinaryOpConstant
org.robovm.compiler.llvm.IntegerBinaryConstant
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
ConstantAdd,ConstantAnd,ConstantSub,ConstantXor
public abstract class IntegerBinaryConstant extends BinaryOpConstant
- 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 Modifier Constructor Description protectedIntegerBinaryConstant(String name, Constant op1, Constant op2) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
IntegerBinaryConstant
-
-
Method Details
-
getType
-
write
- Throws:
IOException
-
toString
-