public class ASTAppender extends Object
Constructor and Description |
---|
ASTAppender(antlr.collections.AST parent) |
ASTAppender(antlr.ASTFactory factory,
antlr.collections.AST parent) |
Modifier and Type | Method and Description |
---|---|
antlr.collections.AST |
append(antlr.collections.AST child) |
antlr.collections.AST |
append(int type,
String text,
boolean appendIfEmpty) |
public ASTAppender(antlr.ASTFactory factory, antlr.collections.AST parent)
public ASTAppender(antlr.collections.AST parent)
public antlr.collections.AST append(int type, String text, boolean appendIfEmpty)
public antlr.collections.AST append(antlr.collections.AST child)
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved