Package com.prineside.luaj.ast
Class TableField
java.lang.Object
com.prineside.luaj.ast.SyntaxElement
com.prineside.luaj.ast.TableField
- 
Field Summary
FieldsFields inherited from class com.prineside.luaj.ast.SyntaxElement
beginColumn, beginLine, endColumn, endLine - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidstatic TableFieldkeyedField(Exp index, Exp rhs) static TableFieldstatic TableFieldnamedField(String name, Exp rhs)  
- 
Field Details
- 
index
 - 
name
 - 
rhs
 
 - 
 - 
Constructor Details
- 
TableField
 
 - 
 - 
Method Details
- 
keyedField
 - 
namedField
 - 
listField
 - 
accept
 
 -