com.sonar.sslr.api
Class PreprocessingDirective
java.lang.Object
com.sonar.sslr.api.PreprocessingDirective
public abstract class PreprocessingDirective
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreprocessingDirective
public PreprocessingDirective()
getAst
public abstract AstNode getAst()
getGrammar
public abstract Grammar getGrammar()
create
public static PreprocessingDirective create(AstNode ast,
Grammar grammar)
Copyright © 2009-2014 SonarSource. All Rights Reserved.