| Package | Description |
|---|---|
| org.btrplace.btrpsl.element |
This package contains the different operands and the available operation on them.
|
| org.btrplace.btrpsl.tree |
ASTs browsed during the interpretation of scripts.
|
| Modifier and Type | Method and Description |
|---|---|
static IgnorableOperand |
IgnorableOperand.getInstance()
Get the unique instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
IgnorableOperand |
BtrPlaceTree.ignoreError(Exception e)
Report an error from an exception for the current token
|
IgnorableOperand |
BtrPlaceTree.ignoreError(String msg)
Report an error for the current token and generate a content to ignore.
|
IgnorableOperand |
BtrPlaceTree.ignoreError(org.antlr.runtime.Token t,
String msg)
Add an error message to a given error
|
IgnorableOperand |
BtrPlaceTree.ignoreErrors(ErrorReporter err)
Add all the error messages included in a reporter.
|
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.