Class: Rsense::Server::Context
- Inherits:
-
Struct
- Object
- Struct
- Rsense::Server::Context
- Defined in:
- lib/rsense/server/command.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#loadPathLevel ⇒ Object
Returns the value of attribute loadPathLevel.
-
#main ⇒ Object
Returns the value of attribute main.
-
#project ⇒ Object
Returns the value of attribute project.
-
#typeSet ⇒ Object
Returns the value of attribute typeSet.
Instance Method Summary collapse
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature
14 15 16 |
# File 'lib/rsense/server/command.rb', line 14 def feature @feature end |
#loadPathLevel ⇒ Object
Returns the value of attribute loadPathLevel
14 15 16 |
# File 'lib/rsense/server/command.rb', line 14 def loadPathLevel @loadPathLevel end |
#main ⇒ Object
Returns the value of attribute main
14 15 16 |
# File 'lib/rsense/server/command.rb', line 14 def main @main end |
#project ⇒ Object
Returns the value of attribute project
14 15 16 |
# File 'lib/rsense/server/command.rb', line 14 def project @project end |
#typeSet ⇒ Object
Returns the value of attribute typeSet
14 15 16 |
# File 'lib/rsense/server/command.rb', line 14 def typeSet @typeSet end |
Instance Method Details
#clean_typeSet ⇒ Object
23 24 25 26 |
# File 'lib/rsense/server/command.rb', line 23 def clean_typeSet @typeSet = nil @typeSet = Java::org.cx4a.rsense.typing::TypeSet.new end |
#clear ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/rsense/server/command.rb', line 15 def clear @project = nil @typeSet = nil @main = false @feature = nil @loadPathLevel = 0 end |