public interface IRWriterEncoder
Modifier and Type | Method and Description |
---|---|
void |
encode(boolean value) |
void |
encode(byte value) |
void |
encode(byte[] values) |
void |
encode(ByteList bytelist) |
void |
encode(char value) |
void |
encode(double value) |
void |
encode(org.jcodings.Encoding encoding) |
void |
encode(java.util.EnumSet<IRFlags> value) |
void |
encode(float value) |
void |
encode(Instr value) |
void |
encode(int value) |
void |
encode(int[] value) |
void |
encode(IRScope scope) |
void |
encode(IRScopeType value) |
void |
encode(long value) |
void |
encode(Operand value) |
void |
encode(Operand[] value) |
void |
encode(OperandType value) |
void |
encode(Operation value) |
void |
encode(RubyEvent event) |
void |
encode(RubySymbol value) |
void |
encode(Signature signature) |
void |
encode(StaticScope.Type value) |
void |
encode(java.lang.String value) |
void |
encode(java.lang.String[] values) |
void |
encodeRaw(RubySymbol value) |
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(ByteList bytelist)
void encode(org.jcodings.Encoding encoding)
void encode(RubySymbol value)
void encodeRaw(RubySymbol value)
void encode(java.lang.String value)
void encode(java.lang.String[] values)
void encode(Instr value)
void encode(IRScope scope)
void encode(IRScopeType value)
void encode(Signature signature)
void encode(RubyEvent event)
void encode(StaticScope.Type value)
void encode(Operation value)
void encode(Operand value)
void encode(Operand[] value)
void encode(OperandType value)
void encode(byte[] values)
void encode(boolean value)
void encode(byte value)
void encode(char value)
void encode(int value)
void encode(int[] value)
void encode(long value)
void encode(double value)
void encode(float value)
void encode(java.util.EnumSet<IRFlags> 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-2020 JRuby. All Rights Reserved.