| java.lang.Object com.google.gwt.dev.jdt.ByteCode
ByteCode | public class ByteCode implements Serializable(Code) | | Represents bytecode for a cached class.
|
Constructor Summary | |
public | ByteCode(String binaryTypeName, byte[] bytes, String location, boolean isTransient) Specifies the bytecode for a given type. |
ByteCode | public ByteCode(String binaryTypeName, byte[] bytes, String location, boolean isTransient)(Code) | | Specifies the bytecode for a given type.
|
getBytes | public byte[] getBytes()(Code) | | |
getCurrentSystemIdentifier | public static String getCurrentSystemIdentifier()(Code) | | This method returns the current system identifier, used to detect changes
in the environment that would make cached data unusable.
the current system identifier, which is sensitive to classpath andos changes as well as GWT version changes |
getSystemIdentifier | public String getSystemIdentifier()(Code) | | |
isTransient | public boolean isTransient()(Code) | | |
|
|