| Package | Description |
|---|---|
| de.vandermeer.skb.categories.dsl.curlybracket | |
| de.vandermeer.skb.categories.dsl.curlybracket.symbols | |
| de.vandermeer.skb.categories.dsl.curlybracket.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsScopedID_Mutable |
| Modifier and Type | Class and Description |
|---|---|
class |
IsScopedID_Impl |
class |
IsScopedID_Mutable_Impl |
| Modifier and Type | Method and Description |
|---|---|
static IsScopedID |
CB_Factory.createScopedID(Deque<Object> scope,
Map<Object,Map<IsScopedID.PropAttributes,Object>> properties) |
IsScopedID |
HasScopedID.getScopedID()
Returns a scoped ident
|
IsScopedID |
IsScopedID_Mutable_Impl.getStaticScope() |
IsScopedID |
IsScopedID_Mutable.getStaticScope()
Returns a static, immutable, scope
|
| Modifier and Type | Method and Description |
|---|---|
Map<SwitchKey,Map<IsScopedID,List<ScopeKey>>> |
IsSymbol.getCallScope() |
Collection<IsScopedID> |
DoesExtend.getExtensions()
Returns all (registered) extensions.
|
Collection<IsScopedID> |
DoesImplement.getImplementations()
Returns all (registered) implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoesExtend.addExtension(IsScopedID scopedIdent)
Adds an extension.
|
void |
DoesImplement.addImplementation(IsScopedID scopedIdent)
Adds a class/interface/object that is implemented.
|
IsSymbol |
IsSymbol.changeCallScope(IsScopedID scIdent,
ScopeKey callScope,
SwitchKey state) |
static IsSymbol |
CBSym_Factory.createSymbol(IsID ident,
IsScopedID scopedIdent,
IsTokentype type) |
static IsSymbolClass |
CBSym_Factory.createSymbolClass(IsID ident,
IsScopedID scopedIdent,
IsTokentype type) |
static IsSymbolInterface |
CBSym_Factory.createSymbolInterface(IsID ident,
IsScopedID scopedIdent,
IsTokentype type) |
| Modifier and Type | Method and Description |
|---|---|
IsSymbol |
IsSymbol.changeCallScope(Map<IsScopedID,List<ScopeKey>> map,
SwitchKey state) |
IsSymbol |
IsSymbol.setCallScope(Map<SwitchKey,Map<IsScopedID,List<ScopeKey>>> map) |
| Modifier and Type | Method and Description |
|---|---|
IsScopedID |
IsAbstractTypeReference._value() |
default IsScopedID |
IsAbstractTypeReference.type() |
| Modifier and Type | Method and Description |
|---|---|
static IsAbstractTypeReference |
IsAbstractTypeReference.create(IsScopedID scopedIdent,
IsAbstractType type,
Object description) |
static IsAbstractTypeConstant |
IsAbstractTypeConstant.create(IsScopedID scIdent,
IsTokentype type,
Object description) |
Copyright © 2010–2015. All rights reserved.