|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.tuxedo.control.TuxClassFMLValidate
public class TuxClassFMLValidate
Provide access to the fields in an FML or FML32 buffer. Used by the validator code.
| Constructor Summary | |
|---|---|
TuxClassFMLValidate(boolean is32Bit,
MethodDeclaration methodDecl,
AnnotationProcessorEnvironment procEnv)
Constructor. |
|
TuxClassFMLValidate(HashMap table,
boolean is32bit,
MethodDeclaration method,
AnnotationProcessorEnvironment env)
Constructor that takes an already generated table |
|
| Method Summary | |
|---|---|
void |
addTable(TypeDeclaration td)
Add a field table to the map. |
ITuxField |
getField(String name)
Not used for validation code |
HashMap |
getTable()
Get the table built for this class. |
int |
getType(String fldName)
Get the FML field type for an FML or FML32 field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TuxClassFMLValidate(boolean is32Bit,
MethodDeclaration methodDecl,
AnnotationProcessorEnvironment procEnv)
is32Bit - True indicates an FML32 buffer, false FML.
public TuxClassFMLValidate(HashMap table,
boolean is32bit,
MethodDeclaration method,
AnnotationProcessorEnvironment env)
table - A HashMap retreived from a different ITuxClassViewValidate instanceis32bit - Do these tables represent FML or FML32?method - Method for positioning messageenv - Annotation environment to obtain Messager| Method Detail |
|---|
public int getType(String fldName)
getType in interface ITuxClassfldName - the name of the field
public void addTable(TypeDeclaration td)
c - Field Table class.public ITuxField getField(String name)
getField in interface ITuxClassname - The name of the desired field.
public HashMap getTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||