|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deft.extension.tools.astmodifier.syntax.SyntaxCheckerVisitor
org.deft.extension.tools.astmodifier.syntax.NoSyntaxCheckerVisitor
public class NoSyntaxCheckerVisitor
Inserting of every type in any position is allowed.
Constructor Summary | |
---|---|
NoSyntaxCheckerVisitor()
|
Method Summary | |
---|---|
boolean |
check(org.deft.repository.ast.TreeNode parent,
org.deft.repository.ast.TreeNode insert,
int insertAt)
Checks if a insertion is syntactical correct. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoSyntaxCheckerVisitor()
Method Detail |
---|
public boolean check(org.deft.repository.ast.TreeNode parent, org.deft.repository.ast.TreeNode insert, int insertAt)
SyntaxCheckerVisitor
check
in class SyntaxCheckerVisitor
parent
- TreeNode parent nodeinsert
- TreeNode node to insertinsertAt
- int index of position in parents childs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |