| Package | Description |
|---|---|
| de.vandermeer.skb.categories.dsl.curlybracket.symbols |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsSymbolClass |
interface |
IsSymbolInterface |
| Modifier and Type | Method and Description |
|---|---|
IsSymbol |
IsSymbol.changeCallScope(IsScopedID scIdent,
ScopeKey callScope,
SwitchKey state) |
IsSymbol |
IsSymbol.changeCallScope(Map<IsScopedID,List<ScopeKey>> map,
SwitchKey state) |
static IsSymbol |
CBSym_Factory.createSymbol(IsID ident,
IsScopedID scopedIdent,
IsTokentype type) |
IsSymbol |
IsSymbol.setCallScope(Map<SwitchKey,Map<IsScopedID,List<ScopeKey>>> map) |
IsSymbol |
IsSymbol.setColum(int c)
Sets the column in which the symbol is defined.
|
IsSymbol |
IsSymbol.setLine(int l)
Sets the line in which the symbol is defined.
|
IsSymbol |
IsSymbol.setPosition(org.antlr.v4.runtime.tree.TerminalNode node)
Sets column, line and source for the symbol.
|
IsSymbol |
IsSymbol.setPosition(org.antlr.v4.runtime.Token tk)
Sets column, line and source for the symbol.
|
IsSymbol |
IsSymbol.setSourceName(String name)
Sets the source name of the symbol, that is the file in which the symbol is defined.
|
IsSymbol |
IsSymbol.setST(org.stringtemplate.v4.ST st)
Sets the String Template for the symbol
|
Copyright © 2010–2015. All rights reserved.