Package com.sonar.sslr.api
Class PreprocessingDirective
- java.lang.Object
-
- com.sonar.sslr.api.PreprocessingDirective
-
@Deprecated public abstract class PreprocessingDirective extends Object
Deprecated.in 1.20, use your own preprocessor API instead.
-
-
Constructor Summary
Constructors Constructor Description PreprocessingDirective()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PreprocessingDirectivecreate(AstNode ast, Grammar grammar)Deprecated.abstract AstNodegetAst()Deprecated.abstract GrammargetGrammar()Deprecated.
-
-
-
Method Detail
-
getAst
public abstract AstNode getAst()
Deprecated.
-
getGrammar
public abstract Grammar getGrammar()
Deprecated.
-
create
public static PreprocessingDirective create(AstNode ast, Grammar grammar)
Deprecated.
-
-