com.jeffpalm.basic.bytecode
Interface ICONSTANT_Utf8_info

All Superinterfaces:
ICodeGenerator, ICONSTANT_info, IInfo
All Known Implementing Classes:
CONSTANT_Utf8_info

public interface ICONSTANT_Utf8_info
extends ICONSTANT_info


Method Summary
 java.lang.String asString()
           
 Iu1[] bytes()
           
 Iu2 length()
           
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICONSTANT_info
tag
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Method Detail

length

Iu2 length()

bytes

Iu1[] bytes()

asString

java.lang.String asString()