ist.palcom.assembler
Class Component

java.lang.Object
  extended by ist.palcom.assembler.Component
All Implemented Interfaces:
ISerializableComponent

public class Component
extends java.lang.Object
implements ISerializableComponent


Field Summary
 
Fields inherited from interface ist.palcom.bytecode.ISerializableComponent
FORMAT_VERSION, MAGIC_NUMBER
 
Method Summary
 void generateProperties()
           
 ISerializableClass[] getClasses()
           
 ISerializableMetaInfo[] getMetaInfo()
           
static Component parse(Tokenizer input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMetaInfo

public ISerializableMetaInfo[] getMetaInfo()
Specified by:
getMetaInfo in interface ISerializableComponent

getClasses

public ISerializableClass[] getClasses()
Specified by:
getClasses in interface ISerializableComponent

generateProperties

public void generateProperties()

parse

public static Component parse(Tokenizer input)
                       throws java.lang.Exception
Throws:
java.lang.Exception