public interface IRWriterEncoder
Modifier and Type | Method and Description |
---|---|
void |
encode(boolean value) |
void |
encode(byte value) |
void |
encode(char value) |
void |
encode(double value) |
void |
encode(float value) |
void |
encode(Instr value) |
void |
encode(int value) |
void |
encode(IRScope scope) |
void |
encode(IRScopeType value) |
void |
encode(long value) |
void |
encode(Operand value) |
void |
encode(OperandType value) |
void |
encode(Operation value) |
void |
encode(StaticScope.Type value) |
void |
encode(String value) |
void |
encode(String[] values) |
void |
endEncoding(IRScope script) |
void |
endEncodingScopeHeader(IRScope scope) |
void |
endEncodingScopeHeaders(IRScope script) |
void |
endEncodingScopeInstrs(IRScope scope) |
void |
startEncoding(IRScope script) |
void |
startEncodingScopeHeader(IRScope scope) |
void |
startEncodingScopeHeaders(IRScope script) |
void |
startEncodingScopeInstrs(IRScope scope) |
void encode(String value)
void encode(String[] values)
void encode(Instr value)
void encode(IRScope scope)
void encode(IRScopeType value)
void encode(StaticScope.Type value)
void encode(Operation value)
void encode(Operand value)
void encode(OperandType value)
void encode(boolean value)
void encode(byte value)
void encode(char value)
void encode(int value)
void encode(long value)
void encode(double value)
void encode(float value)
void startEncodingScopeHeader(IRScope scope)
void endEncodingScopeHeader(IRScope scope)
void startEncodingScopeInstrs(IRScope scope)
void endEncodingScopeInstrs(IRScope scope)
void startEncodingScopeHeaders(IRScope script)
void endEncodingScopeHeaders(IRScope script)
void startEncoding(IRScope script)
void endEncoding(IRScope script)
Copyright © 2001-2015 JRuby. All Rights Reserved.